Skip to content
Snippets Groups Projects
Commit e2cf3503 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FIX #16699 TIME 0:25 fix synchro to pro version

parent aed73d08
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,7 @@ commits: ...@@ -73,6 +73,7 @@ commits:
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- ssh-keyscan "$GITLAB_URL" >> ~/.ssh/known_hosts - ssh-keyscan "$GITLAB_URL" >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" >> ~/.ssh/config'
# Install git command # Install git command
- apt install -y git - apt install -y git
script: script:
...@@ -101,6 +102,7 @@ tags: ...@@ -101,6 +102,7 @@ tags:
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- ssh-keyscan "$GITLAB_URL" >> ~/.ssh/known_hosts - ssh-keyscan "$GITLAB_URL" >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" >> ~/.ssh/config'
# Install git and curl command # Install git and curl command
- apt install -y git - apt install -y git
- apt install -y curl - apt install -y curl
......
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