From 328d0aa8e43b21f38fcf40d1c1821e3c922ea978 Mon Sep 17 00:00:00 2001 From: Michael Gutbier <migu@cgan.de> Date: Sun, 22 Dec 2019 11:31:36 +0100 Subject: [PATCH] fiddle with ssh and rsync --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43d603d..205237e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ publish_guide: - ssh-keyscan -H "$PUBLISH_HOST" >> ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts script: - - 'ssh $PUBLISH_USER@$PUBLISH_HOST rsync --version' + #- 'ssh $PUBLISH_USER@$PUBLISH_HOST rsync --version' - 'rsync -av angelguide_*.pdf $PUBLISH_USER@$PUBLISH_HOST:$PUBLISH_PATH' # rules: # - if: '$CI_COMMIT_REF_NAME == "master"' -- GitLab