Skip to content
Snippets Groups Projects
Verified Commit 28f46295 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Make building docker image a manual action

parent 637afe8b
No related branches found
No related tags found
1 merge request!5Resolve "Add cors headers to WKD"
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
...@@ -4,7 +4,9 @@ stages: ...@@ -4,7 +4,9 @@ stages:
- deploy - deploy
build: build:
when: manual
stage: build stage: build
allow_failure: false
image: image:
name: docker/compose:1.24.0 name: docker/compose:1.24.0
entrypoint: ["/bin/sh", "-c"] entrypoint: ["/bin/sh", "-c"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment