1
0
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:
Anson Biggs 2025-06-03 13:16:01 -06:00
parent db4670b8e4
commit 671a5f391c

View File

@ -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