mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 23:00:07 -06:00
gitlab-ci: start release package pipelines manually
A release pipeline is always created by manual execution of a pipeline schedule. Require the initial pipeline jobs to be started manually too so that we can later add separate components to play separately.
This commit is contained in:
@@ -66,6 +66,8 @@
|
||||
variables:
|
||||
RSYNC_DESTINATION: "dev"
|
||||
when: on_success
|
||||
- if: '$CMAKE_CI_PACKAGE != null && $CI_JOB_STAGE == "prep"'
|
||||
when: manual
|
||||
- if: '$CMAKE_CI_PACKAGE != null && $CI_JOB_STAGE != "upload"'
|
||||
when: on_success
|
||||
- when: never
|
||||
|
||||
Reference in New Issue
Block a user