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

set server and repo on npmi for jfrog, on license_checker

parent 4e5a57d2
Branches
No related tags found
No related merge requests found
......@@ -28,11 +28,9 @@ license_check:
# connect job from artifactory_connect.yml
- !reference [.connect, script]
# Change to the directory containing package.json
- cd $PACKAGE_DIR
# create the npmrc file needed by jfrog
- jfrog rt npmc
- cd $PACKAGE_DIR
# install dependencies
- jfrog rt npmi --build-name="license" --build-number=$CI_JOB_ID
- jfrog rt npmi --repo=$NPM_REPO_URL --server-id=$ACR_SERVER_ID
- jsgl --local ./ || exit 1
only:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment