diff options
Diffstat (limited to '.gitlab/rules.yml')
-rw-r--r-- | .gitlab/rules.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab/rules.yml b/.gitlab/rules.yml index f530622..b85b728 100644 --- a/.gitlab/rules.yml +++ b/.gitlab/rules.yml @@ -72,6 +72,10 @@ when: manual - if: '$CMAKE_CI_PACKAGE != null && $CI_JOB_STAGE != "upload"' 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 .run_cmake_org_help: |