Remove unnecessary explicit false push

This commit is contained in:
Andrejs Cunskis 2022-05-10 17:57:15 +03:00
parent ebe4c0bdf6
commit c2ae3d926c
No known key found for this signature in database
GPG key ID: 87CB75083F227241
2 changed files with 1 additions and 3 deletions

View file

@ -5,8 +5,6 @@
- ./scripts/lib/custom-docker-build
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
variables:
PUSH_CUSTOM_IMAGE: "false"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
variables:
PUSH_CUSTOM_IMAGE: "true"