mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-02-25 18:55:38 -06:00
Replaced missing 'if:' on line 249.
This commit is contained in:
parent
fa1ca77d35
commit
0a1a37f048
@ -245,7 +245,7 @@ dryrun_package_amd64_rpm:
|
|||||||
- earthly +package-linux-amd64-rpm
|
- earthly +package-linux-amd64-rpm
|
||||||
- bash scripts/cicd/build-machine/scp-to-orchestrator.sh
|
- bash scripts/cicd/build-machine/scp-to-orchestrator.sh
|
||||||
rules:
|
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:
|
changes:
|
||||||
- .gitlab-ci.yml
|
- .gitlab-ci.yml
|
||||||
- scripts/cicd/**/*
|
- scripts/cicd/**/*
|
||||||
|
Loading…
Reference in New Issue
Block a user