mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-06-16 01:36:40 +00:00
try the original way again
This commit is contained in:
parent
c3c2d0144a
commit
8e29c322d8
@ -11,9 +11,9 @@ pages:
|
|||||||
- if: '$CI_COMMIT_REF_NAME == "v4"'
|
- if: '$CI_COMMIT_REF_NAME == "v4"'
|
||||||
before_script:
|
before_script:
|
||||||
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/".insteadOf "git@gitlab.com:"
|
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/".insteadOf "git@gitlab.com:"
|
||||||
- git submodule update --remote
|
# - git submodule update --remote
|
||||||
# - git submodule sync --recursive
|
- git submodule sync --recursive
|
||||||
# - git submodule update --init --recursive --remote
|
- git submodule update --init --recursive --remote
|
||||||
- hash -r
|
- hash -r
|
||||||
- npm ci --cache .npm --prefer-offline
|
- npm ci --cache .npm --prefer-offline
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user