Skip to content
Snippets Groups Projects
Commit a49cd7e3 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

feature(npm): assets

parent 3294ccab
Branches
No related tags found
1 merge request!10Feature/prepare assets
Pipeline #245624 skipped
...@@ -32,7 +32,7 @@ stages: ...@@ -32,7 +32,7 @@ stages:
script: script:
- if [ "$SHOPIFY_API_KEY" == "" ]; then echo "SHOPIFY_API_KEY is empty" ; exit 1; fi - if [ "$SHOPIFY_API_KEY" == "" ]; then echo "SHOPIFY_API_KEY is empty" ; exit 1; fi
- cd web/frontend - cd web/frontend
- npm config set -- //${CI_SERVER_HOST}/:_authToken=${CI_JOB_TOKEN} - npm config set -- //${CI_SERVER_HOST}/api/v4/groups/${PREDATORS_GROUP_ID}/-/packages/npm/:_authToken=${CI_JOB_TOKEN}
- npm config set @octolize:registry=https://${CI_SERVER_HOST}/api/v4/groups/${PREDATORS_GROUP_ID}/-/packages/npm/ - npm config set @octolize:registry=https://${CI_SERVER_HOST}/api/v4/groups/${PREDATORS_GROUP_ID}/-/packages/npm/
- npm config list - npm config list
- npm install - npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment