Skip to content
Snippets Groups Projects
Commit 654292dc authored by Eskudero Gurrutxaga, Ibon's avatar Eskudero Gurrutxaga, Ibon
Browse files

try to reuse files made on another job (build job in this case).

parent ffe5cd93
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,9 @@ artifactory:
image: $ACR_URL/node:18.12.0
dependencies:
- build
variables:
GIT_STRATEGY: none
script:
- jfrog rt c import $ARTIFACTORY_CI_CONFIGURATION
- jfrog rt use $ACR_SERVER_ID
- jfrog rt ping
- jfrog rt npm-install --build-name=$CI_PROJECT_NAME --build-number=$CI_JOB_ID
- npm run build
- jfrog rt npm-publish --build-name=$CI_PROJECT_NAME --build-number=$CI_JOB_ID
- jfrog rt bce $CI_PROJECT_NAME $CI_JOB_ID
- jfrog rt bp $CI_PROJECT_NAME $CI_JOB_ID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment