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

Merge branch 'feature/prepare-assets' into 'main'

Feature/prepare assets

See merge request !11
parents d3b2fb17 df7be5f4
No related branches found
No related tags found
1 merge request!11Feature/prepare assets
Pipeline #245651 passed with stage
in 1 minute and 22 seconds
......@@ -32,8 +32,8 @@ 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 @octolize:registry=https://${CI_SERVER_HOST}/api/v4/groups/${PREDATORS_GROUP_ID}/-/packages/npm/
- npm config set -- //${CI_SERVER_HOST}/:_authToken=${PREDATORS_DEPLOY_TOKEN}
- npm config set @octolize:registry=https://${CI_SERVER_HOST}/api/v4/packages/npm/
- npm config list
- npm install
- npm run build
......
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