Skip to content
Snippets Groups Projects
Unverified Commit bef8c1a9 authored by Daniel Siepmann's avatar Daniel Siepmann
Browse files

TASK: Install git instead of rsync

* To make sync work via git
parent abdc7f0f
1 merge request!67Feature/sync to github
Pipeline #8 failed with stages
in 26 seconds
......@@ -12,7 +12,7 @@ sync:github:
stage: sync
before_script:
- apt-get -y update && apt-get -y upgrade
- apt-get -y install openssh-client rsync
- apt-get -y install openssh-client git
# SSH deploy key
- eval $(ssh-agent -s)
- ssh-add <(echo "$SSH_PRIVATE_KEY")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment