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

feature(npm): assets

parent 9602aee4
No related branches found
No related tags found
1 merge request!11Feature/prepare assets
Pipeline #245648 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}/api/v4/groups/${PREDATORS_GROUP_ID}/-/packages/npm/:_authToken=${PREDATORS_DEPLOY_TOKEN}
- npm config set -- //${CI_SERVER_HOST}/:_authToken=${PREDATORS_DEPLOY_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