1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-06-15 17:26:40 +00:00

Claude says add a --force

This commit is contained in:
Anson Biggs 2025-06-07 13:06:10 -06:00
parent 8e29c322d8
commit 55b6fa3c50

View File

@ -13,7 +13,7 @@ pages:
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/".insteadOf "git@gitlab.com:"
# - git submodule update --remote
- git submodule sync --recursive
- git submodule update --init --recursive --remote
- git submodule update --init --recursive --remote --force
- hash -r
- npm ci --cache .npm --prefer-offline
script: