gitlab-ci: test
This commit is contained in:
parent
52a724ca89
commit
267eba77df
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
image: node:latest
|
||||
|
||||
stages:
|
||||
- mytest
|
||||
- test
|
||||
- build
|
||||
- deploy
|
||||
|
@ -13,6 +14,12 @@ cache: &global_cache
|
|||
paths:
|
||||
- .npm/
|
||||
|
||||
mytest:
|
||||
image: ianayoung/rsync:latest
|
||||
stage: mytest
|
||||
script:
|
||||
rsync -rdt rsync://vttdeploy@server10.kruton.de:/vttdeploy
|
||||
|
||||
lint:
|
||||
stage: test
|
||||
before_script:
|
||||
|
|
Loading…
Reference in a new issue