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

avoid using root user on artifactory-connect

parent e3b2b02f
Branches
No related tags found
No related merge requests found
.connect:
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
- npm install -g jfrog-cli-go --cache .npm --prefer-offline --unsafe-perm
# load artifactory config from base64 encoded string
- jfrog config import $ARTIFACTORY_CI_CONFIGURATION
# set server id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment