Skip to content
Snippets Groups Projects
Commit eebd1a22 authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

[HTTPS] Insert git config command for https links

* The command is necessary as long as all Edgehog repositories are
private
parent b6c403ae
No related branches found
No related tags found
No related merge requests found
...@@ -187,6 +187,7 @@ retrigger: ...@@ -187,6 +187,7 @@ retrigger:
# checkout # checkout
- BASEDIR=$PWD - BASEDIR=$PWD
- git config --global url.https://github.com/.insteadOf git://github.com/ - git config --global url.https://github.com/.insteadOf git://github.com/
- git config --global url.https://gitlab-ci-token:${GITBOT_TOKEN}@git.seco.com/.insteadOf https://git.seco.com/
- mkdir -p /home/secous/.ssh - mkdir -p /home/secous/.ssh
- echo "$SSH_KNOWN_HOSTS" > /home/secous/.ssh/known_hosts - echo "$SSH_KNOWN_HOSTS" > /home/secous/.ssh/known_hosts
- echo "$SSH_CONFIG_FILE" > /home/secous/.ssh/config - echo "$SSH_CONFIG_FILE" > /home/secous/.ssh/config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment