Skip to content
Snippets Groups Projects

XX-4183/rootless CI

1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -8,7 +8,6 @@ before_script:
@@ -8,7 +8,6 @@ before_script:
- mkdir -p ~/.ssh
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- chmod 700 ~/.ssh
- ssh-keyscan -t rsa $GITLAB_SERVER > ~/.ssh/known_hosts
- ssh-keyscan -t rsa $GITLAB_SERVER > ~/.ssh/known_hosts
- rm -rf ~/.gitconfig
- git config --global url."git@$GITLAB_SERVER:".insteadOf "https://gitlab.com/"
- git config --global url."git@$GITLAB_SERVER:".insteadOf "https://gitlab.com/"
- git config --global url."git@$GITLAB_SERVER:".insteadOf "https://git.xx.network/" --add
- git config --global url."git@$GITLAB_SERVER:".insteadOf "https://git.xx.network/" --add
- export PATH=$HOME/go/bin:$PATH
- export PATH=$HOME/go/bin:$PATH
Loading