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

add artifactory connection

parent bc9b7107
Branches
Tags
No related merge requests found
#do artifactory connections
include:
- https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/test/npm-packages/artifactory_connect.yml
before_script: before_script:
# Set PACKAGE_DIR to "." if not already defined. # Set PACKAGE_DIR to "." if not already defined.
# PACKAGE_DIR should point to where the package.json file is # PACKAGE_DIR should point to where the package.json file is
...@@ -18,10 +22,12 @@ license_check: ...@@ -18,10 +22,12 @@ license_check:
- docker - docker
image: node:latest image: node:latest
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 # Install dependencies
- npm install - jfrog rt npm install
- 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