Skip to content
Snippets Groups Projects
Commit 19932d92 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-752: Fix incorrect logic inversion

parent bc69859c
No related branches found
No related tags found
1 merge request!321Resolve L2SS-752
......@@ -70,7 +70,7 @@ docker_store_images_changes:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never
- if: '$CI_COMMIT_TAG == null'
- if: '$CI_COMMIT_TAG != null'
when: never
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
when: never
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment