From df7be5f4a595d13569a1877b8f93d16b479f66db Mon Sep 17 00:00:00 2001
From: Grzegorz Rola <grola@seostudio.pl>
Date: Wed, 23 Aug 2023 12:15:58 +0200
Subject: [PATCH] feature(npm): assets

---
 gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitlab-ci.yml b/gitlab-ci.yml
index 2d8ace7..10750e3 100644
--- a/gitlab-ci.yml
+++ b/gitlab-ci.yml
@@ -33,7 +33,7 @@ stages:
     - if [ "$SHOPIFY_API_KEY" == "" ]; then echo "SHOPIFY_API_KEY is empty" ; exit 1; fi
     - cd web/frontend
     - 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 set @octolize:registry=https://${CI_SERVER_HOST}/api/v4/packages/npm/
     - npm config list
     - npm install
     - npm run build
-- 
GitLab