mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-06-16 09:46:39 +00:00
using https instead of ssh
This commit is contained in:
parent
db4670b8e4
commit
671a5f391c
@ -13,7 +13,7 @@ build:
|
||||
rules:
|
||||
- if: '$CI_COMMIT_REF_NAME == "v4"'
|
||||
before_script:
|
||||
- git config --global url."https://${CI_DEPLOY_USER}:${CI_DEPLOY_PASSWORD}@gitlab.com/".insteadOf "git@gitlab.com:"
|
||||
- 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
|
||||
- hash -r
|
||||
|
Loading…
x
Reference in New Issue
Block a user