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

fix bug on license_checker

parent c3f93f21
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,10 @@ license_check: ...@@ -29,8 +29,10 @@ license_check:
- !reference [.connect, script] - !reference [.connect, script]
# Change to the directory containing package.json # Change to the directory containing package.json
- cd $PACKAGE_DIR - cd $PACKAGE_DIR
# create the npmrc file needed by jfrog
- jfrog rt npmc
# install dependencies # install dependencies
- jfrog rt npmi --build-name='license' --build-number=$CI_JOB_ID - jfrog rt npmi --build-name="license" --build-number=$CI_JOB_ID
- jsgl --local ./ || exit 1 - jsgl --local ./ || exit 1
only: only:
- tags - tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment