1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-24 23:31:29 +00:00
This commit is contained in:
2025-06-03 13:18:51 -06:00
parent 671a5f391c
commit 7ea4341088
2 changed files with 2 additions and 3 deletions

View File

@@ -13,9 +13,8 @@ build:
rules:
- if: '$CI_COMMIT_REF_NAME == "v4"'
before_script:
- git config --global url."https://${CI_DEPLOY_USER}:${CI_DEPLOY_PASSWORD}@gitlab.com/".insteadOf "https://gitlab.com/"
- git submodule sync --recursive
- git submodule update --init --recursive
- git submodule update --init --recursive --remote
- hash -r
- npm ci --cache .npm --prefer-offline
script: