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

feature(npm): assets

parent 3294ccab
No related branches found
No related tags found
1 merge request!10Feature/prepare assets
Pipeline #245624 skipped with stage
......@@ -32,7 +32,7 @@ stages:
script:
- if [ "$SHOPIFY_API_KEY" == "" ]; then echo "SHOPIFY_API_KEY is empty" ; exit 1; fi
- 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 list
- npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment