add suffix, use gitconfig
This commit is contained in:
parent
9b1faafe95
commit
96a6b95d21
@ -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
|
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user