Update .gitlab-ci.yml
This commit is contained in:
parent
60b1a193c8
commit
98b3e210c5
|
@ -11,24 +11,7 @@ after_script:
|
||||||
- echo "After script section"
|
- echo "After script section"
|
||||||
- echo "For example you might do some cleanup here"
|
- echo "For example you might do some cleanup here"
|
||||||
|
|
||||||
build1:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- echo "Do your build here"
|
- find . -maxdepth 1 -type d | xargs zip
|
||||||
|
|
||||||
test1:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- echo "Do a test here"
|
|
||||||
- echo "For example run a test suite"
|
|
||||||
|
|
||||||
test2:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- echo "Do another parallel test here"
|
|
||||||
- echo "For example run a lint test"
|
|
||||||
|
|
||||||
deploy1:
|
|
||||||
stage: deploy
|
|
||||||
script:
|
|
||||||
- echo "Do your deploy here"
|
|
||||||
|
|
Loading…
Reference in New Issue