1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-06-16 09:46:39 +00:00
This commit is contained in:
Anson Biggs 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: rules:
- if: '$CI_COMMIT_REF_NAME == "v4"' - if: '$CI_COMMIT_REF_NAME == "v4"'
before_script: 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 sync --recursive
- git submodule update --init --recursive - git submodule update --init --recursive --remote
- hash -r - hash -r
- npm ci --cache .npm --prefer-offline - npm ci --cache .npm --prefer-offline
script: script:

2
.gitmodules vendored
View File

@ -1,4 +1,4 @@
[submodule "content"] [submodule "content"]
path = content path = content
url = https://gitlab.com/MisterBiggs/brain.git url = git@gitlab.com:MisterBiggs/brain.git
branch = master branch = master