From f20ae5a869dd975d827379aa40a7a0888fd33604 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 27 Dec 2020 21:20:06 +0100 Subject: [PATCH] gitlab-ci: test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf61d5ce..c9012663 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ mytest: image: ianayoung/rsync:latest stage: mytest script: - rsync -rdt rsync://vttdeploy@server10.kruton.de:/vttdeploy + rsync --password-file=$DEPLOYMENT_PASSWORD -rdt rsync://vttdeploy@server10.kruton.de:/vttdeploy lint: stage: test