diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2fd4d61..0add74d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ clone: before_script: - set -x - echo "hi" - - echo ${CI_JOB_TOKEN} + - 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 script: - git submodule sync - git submodule update --init --recursive \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 384d289..abf9051 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/alex-shpak/hugo-book [submodule "content"] path = content - url = https://git.tablet.sh/the-btfash-foundation/tablet.sh + url = https://git.tablet.sh/the-btfash-foundation/tablet.sh.git