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

Update docker-compose.yml

parent d7699210
No related branches found
No related tags found
No related merge requests found
......@@ -60,10 +60,10 @@ spec:
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $BUILD_MAIN
exists:
- docker-compose.yml
- $DOCKER_COMPOSE_FILE
- if: $CI_COMMIT_BRANCH && $BUILD_BRANCH && $BUILD_ONLY_PROTECTED == "false"
exists:
- docker-compose.yml
- $DOCKER_COMPOSE_FILE
- if: $CI_COMMIT_TAG && $BUILD_TAG
exists:
- docker-compose.yml
\ No newline at end of file
- $DOCKER_COMPOSE_FILE
\ No newline at end of file
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