Maybe do build now

This commit is contained in:
Greg Hellings
2025-08-18 01:43:27 -05:00
parent 12c768cae1
commit 9c51853277
+3
View File
@@ -11,8 +11,11 @@ include:
- local: .gitlab/build.yml - local: .gitlab/build.yml
rules: rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: always
- if: $CI_PIPELINE_SOURCE == "tag" - if: $CI_PIPELINE_SOURCE == "tag"
when: always
- if: $CI_COMMIT_BRANCH == "main" - if: $CI_COMMIT_BRANCH == "main"
when: always
variables: variables:
PACKER_CONFIG_DIR: ./packer_config/ PACKER_CONFIG_DIR: ./packer_config/