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
Branches
No related tags found
No related merge requests found
......@@ -29,8 +29,10 @@ license_check:
- !reference [.connect, script]
# Change to the directory containing package.json
- cd $PACKAGE_DIR
# create the npmrc file needed by jfrog
- jfrog rt npmc
# 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
only:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment