Skip to content
Snippets Groups Projects
Commit 786d11a8 authored by Lopez de Guereña Caballero, Jon's avatar Lopez de Guereña Caballero, Jon
Browse files

build dependencies added to artifactory stage

parent 31c69b8c
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@ artifactory:
tags:
- docker
image: $ACR_URL/node:14
dependencies:
- build
script:
- jfrog rt c import $ARTIFACTORY_CI_CONFIGURATION
- jfrog rt use $ACR_SERVER_ID
......
......@@ -16,4 +16,6 @@ test:
- jfrog rt use $ACR_SERVER_ID
- jfrog rt ping
- jfrog rt npm-install --build-name=$CI_PROJECT_NAME --build-number=$CI_JOB_ID
- npm test
\ No newline at end of file
- npm test
only:
- tags
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