mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-06-15 17:26:40 +00:00
move to just cloning the project
This commit is contained in:
parent
15181555c4
commit
bd145d91b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ tsconfig.tsbuildinfo
|
||||
private/
|
||||
.replit
|
||||
replit.nix
|
||||
content
|
@ -1,9 +1,3 @@
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
GIT_SUBMODULE_FORCE_HTTPS: "true"
|
||||
GIT_DEPTH: 0
|
||||
|
||||
|
||||
pages:
|
||||
image: node:22
|
||||
stage: deploy
|
||||
@ -11,9 +5,7 @@ pages:
|
||||
- if: '$CI_COMMIT_REF_NAME == "v4"'
|
||||
before_script:
|
||||
- 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 --force
|
||||
- git clone --depth 1 git@gitlab.com:Anson-Projects/brain.git content
|
||||
- hash -r
|
||||
- npm ci --cache .npm --prefer-offline
|
||||
script:
|
||||
|
0
.gitmodules
vendored
0
.gitmodules
vendored
Loading…
x
Reference in New Issue
Block a user