gitlab-ci: test
This commit is contained in:
parent
b3914bace1
commit
5bf23c875c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue