Don't merge to master

This commit is contained in:
Tom Jack 2020-01-23 11:47:24 -06:00
parent 6bcd75e5b6
commit 6f4c147a31

View File

@ -11,6 +11,14 @@ stages:
- build_and_deploy_docker - build_and_deploy_docker
- build_and_deploy_website - build_and_deploy_website
# TODO provide sensible CI for master
dont-merge-to-master:
stage: test
script:
- "false"
only:
- master
.build_binary: &build_binary .build_binary: &build_binary
# To run in sequence and save CPU usage, use stage: build_and_package_binaries # To run in sequence and save CPU usage, use stage: build_and_package_binaries
stage: test stage: test