Replaced missing 'if:' on line 249.

This commit is contained in:
TC Johnson 2024-04-29 16:12:37 -05:00
parent fa1ca77d35
commit 0a1a37f048
No known key found for this signature in database

View File

@ -245,7 +245,7 @@ dryrun_package_amd64_rpm:
- earthly +package-linux-amd64-rpm
- bash scripts/cicd/build-machine/scp-to-orchestrator.sh
rules:
- ($CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event") && $CI_COMMIT_TAG == NULL
- if: ($CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event") && $CI_COMMIT_TAG == NULL
changes:
- .gitlab-ci.yml
- scripts/cicd/**/*