Skip to content
Snippets Groups Projects
Commit 56e68080 authored by Sebastian Karius's avatar Sebastian Karius
Browse files

Update docker-compose.yml

parent 82e8da0d
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ spec:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $BUILD_MAIN
exists:
- $COMPOSE_FILE
- if: $CI_COMMIT_BRANCH && $BUILD_BRANCH && $BUILD_ONLY_PROTECTED == "false"
- if: $CI_COMMIT_BRANCH && $BUILD_BRANCH && ($BUILD_ONLY_PROTECTED == "false" || $CI_COMMIT_REF_PROTECTED == "true")
exists:
- $COMPOSE_FILE
- if: $CI_COMMIT_TAG && $BUILD_TAG
......
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