mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
gitlab-ci: Optionally upload release packages to custom URL
This commit is contained in:
@@ -72,6 +72,10 @@
|
|||||||
when: manual
|
when: manual
|
||||||
- if: '$CMAKE_CI_PACKAGE != null && $CI_JOB_STAGE != "upload"'
|
- if: '$CMAKE_CI_PACKAGE != null && $CI_JOB_STAGE != "upload"'
|
||||||
when: on_success
|
when: on_success
|
||||||
|
- if: '$CMAKE_CI_PACKAGE != null && $CI_JOB_STAGE == "upload" && $CMAKE_CI_PACKAGE_URL != null'
|
||||||
|
variables:
|
||||||
|
RSYNC_DESTINATION: "$CMAKE_CI_PACKAGE_URL"
|
||||||
|
when: on_success
|
||||||
- when: never
|
- when: never
|
||||||
|
|
||||||
.run_cmake_org_help:
|
.run_cmake_org_help:
|
||||||
|
|||||||
Reference in New Issue
Block a user