gitlab-ci: test

This commit is contained in:
Johannes Loher 2020-12-28 00:10:12 +01:00
parent b3914bace1
commit 5bf23c875c

View file

@ -20,7 +20,7 @@ mytest:
before_script:
- chmod 600 $DEPLOYMENT_PASSWORD
script:
rsync --password-file=$DEPLOYMENT_PASSWORD -rdt rsync://vttdeploy@server10.kruton.de:/vttdeploy
rsync -rdt rsync://vttdeploy@server10.kruton.de:/vttdeploy
lint:
stage: test