From 0749afd88f8796befa3c8583f38eba9dec41265c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 2 Jan 2024 20:49:02 -0500 Subject: [PATCH] instead --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21c0f7e..288a5cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,8 @@ clone: - set -x - echo "hi" #- git config --global --unset credential.helper - - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@git.tablet.sh/the-btfash-foundation/tablet.sh.git".insteadOf git@git.tablet.sh:the-btfash-foundation/tablet.sh.git + - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@git.tablet.sh/".insteadOf "git@git.tablet.sh:" script: - git submodule sync + - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@git.tablet.sh/".insteadOf "git@git.tablet.sh:" - git submodule update --init --recursive \ No newline at end of file