gitlab-ci: test
This commit is contained in:
parent
f20ae5a869
commit
b3914bace1
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ cache: &global_cache
|
|||
mytest:
|
||||
image: ianayoung/rsync:latest
|
||||
stage: mytest
|
||||
before_script:
|
||||
- chmod 600 $DEPLOYMENT_PASSWORD
|
||||
script:
|
||||
rsync --password-file=$DEPLOYMENT_PASSWORD -rdt rsync://vttdeploy@server10.kruton.de:/vttdeploy
|
||||
|
||||
|
|
Loading…
Reference in a new issue