gitlab-ci: test
This commit is contained in:
parent
267eba77df
commit
f20ae5a869
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ mytest:
|
||||||
image: ianayoung/rsync:latest
|
image: ianayoung/rsync:latest
|
||||||
stage: mytest
|
stage: mytest
|
||||||
script:
|
script:
|
||||||
rsync -rdt rsync://vttdeploy@server10.kruton.de:/vttdeploy
|
rsync --password-file=$DEPLOYMENT_PASSWORD -rdt rsync://vttdeploy@server10.kruton.de:/vttdeploy
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in a new issue