check stage disabled (implicit done in build and deploy stage)

This commit is contained in:
tkl 2016-08-11 10:16:56 +00:00
parent 2f5b657884
commit e8d6addc64

View File

@ -8,7 +8,7 @@ before_script:
- "echo $CI_BUILD_REF_NAME" - "echo $CI_BUILD_REF_NAME"
stages: stages:
- check # - check
- build - build
# - test # - test
- deploy - deploy