[ci dryrun]

This commit is contained in:
TC 2024-04-29 22:34:52 +00:00
parent 058df24933
commit 59d261b899

View File

@ -119,7 +119,7 @@ package_amd64_rpm:
script: script:
- earthly bootstrap - earthly bootstrap
- earthly +package-linux-amd64-rpm - earthly +package-linux-amd64-rpm
- bash scripts/cicd/build-machine/scp-amd64-rmps-to-orchestrator.sh - bash scripts/cicd/build-machine/scp-amd64-rpms-to-orchestrator.sh
rules: rules:
- if: '$CI_COMMIT_TAG =~ /v\d.+/' - if: '$CI_COMMIT_TAG =~ /v\d.+/'
@ -233,7 +233,7 @@ dryrun_package_amd64_rpm:
script: script:
- earthly bootstrap - earthly bootstrap
- earthly +package-linux-amd64-rpm - earthly +package-linux-amd64-rpm
- bash scripts/cicd/build-machine/scp-amd64-rmps-to-orchestrator.sh - bash scripts/cicd/build-machine/scp-amd64-rpms-to-orchestrator.sh
rules: rules:
- if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/ - if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/