From 671a5f391c7d3c6bee73ac85e0270a29f1a28856 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Tue, 3 Jun 2025 13:16:01 -0600 Subject: [PATCH] using https instead of ssh --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0819e5..8ccf614 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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