Don't merge to master
This commit is contained in:
parent
6bcd75e5b6
commit
6f4c147a31
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user