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

change folder first, if needed, on license_checker

parent 76665dce
No related branches found
No related tags found
No related merge requests found
...@@ -22,11 +22,11 @@ license_check: ...@@ -22,11 +22,11 @@ license_check:
- docker - docker
image: $ACR_URL/node:18.12.0 image: $ACR_URL/node:18.12.0
script: script:
# connect job from artifactory_connect.yml
- !reference [.connect, script]
# Change to the directory containing package.json # Change to the directory containing package.json
- cd $PACKAGE_DIR - cd $PACKAGE_DIR
# Install dependencies # connect job from artifactory_connect.yml
- !reference [.connect, script]
# install dependencies
- jfrog rt npm-install - jfrog rt npm-install
- jsgl --local ./ || exit 1 - jsgl --local ./ || exit 1
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment