From b605aa6cd74bb823248ac99d7059bab1d8079807 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 8 Sep 2019 18:04:07 -0700 Subject: [PATCH] Use a different image for rsync MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If this works, there’s no need to install rsync separately. There isn’t anything in this step that has anything to do with Emacs, so it should work. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9b67ef..47ef3f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -184,10 +184,10 @@ package: deploy: stage: deploy + image: instrumentisto/rsync-ssh dependencies: - package before_script: - chmod 600 "$DEPLOY_KEY" - - apk update && apk add rsync script: - rsync -e "ssh -o \"UserKnownHostsFile $KNOWN_HOSTS\" -p 4511 -i $DEPLOY_KEY" -v -c -r --delete bin/ "elpa@ryuslash.org:"