Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-05-22 00:02:24 +00:00
parent 60b1a193c8
commit 98b3e210c5
1 changed files with 2 additions and 19 deletions

View File

@ -11,24 +11,7 @@ after_script:
- echo "After script section"
- echo "For example you might do some cleanup here"
build1:
build:
stage: build
script:
- echo "Do your build here"
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"
- find . -maxdepth 1 -type d | xargs zip