TASK: Install git instead of rsync
* To make sync work via git
This commit is contained in:
parent
abdc7f0f72
commit
bef8c1a913
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue