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

add new yaml to connect to artifactory from npm

parent 66ba9616
No related branches found
No related tags found
No related merge requests found
default:
before_script:
#set root user
- npm -g config set user root
# install jfrog cli. Use cache on .npm folder
- npm install -g jfrog-cli-go --cache .npm --prefer-offline
# load artifactory config from base64 encoded string
- jfrog config import $ARTIFACTORY_CI_CONFIGURATION
# set server id
- jfrog rt use $ACR_SERVER_ID
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment