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