mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-06-16 17:56:39 +00:00
using https instead of ssh
This commit is contained in:
parent
db4670b8e4
commit
671a5f391c
@ -13,7 +13,7 @@ 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 "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 sync --recursive
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- hash -r
|
- hash -r
|
||||||
|
Loading…
x
Reference in New Issue
Block a user