diff options
author | Brad King <brad.king@kitware.com> | 2022-04-05 20:51:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-04-05 20:51:04 (GMT) |
commit | 2ce668b11d43fdac36b0a4b28f06b2a235e5a04b (patch) | |
tree | 1a603a560598c0b98763f56882a2e62935141ce6 /.gitlab-ci.yml | |
parent | 2f7b1dd72c3dfc184f16a7b6c8fba47f8ab5135b (diff) | |
parent | 2808281730b2c887da1845f86042566991be5a8a (diff) | |
download | CMake-2ce668b11d43fdac36b0a4b28f06b2a235e5a04b.zip CMake-2ce668b11d43fdac36b0a4b28f06b2a235e5a04b.tar.gz CMake-2ce668b11d43fdac36b0a4b28f06b2a235e5a04b.tar.bz2 |
Merge branch 'backport-ci-cmake.org-help' into ci-cmake.org-help
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 32 |
1 files changed, 8 insertions, 24 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3cc5a6c..09afcb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,37 +70,21 @@ u:source-package: # Documentation builds -b:help:master: +b:cmake.org-help: extends: - .cmake_org_help - - .run_only_for_continuous_master + - .run_cmake_org_help + dependencies: [] + needs: [] -u:help:master: +u:cmake.org-help: extends: - .rsync_upload_help - - .run_only_for_continuous_master - variables: - RSYNC_DESTINATION: git-master - dependencies: - - b:help:master - needs: - - b:help:master - -b:help:stage: - extends: - - .cmake_org_help - - .run_only_for_continuous_stage - -u:help:stage: - extends: - - .rsync_upload_help - - .run_only_for_continuous_stage - variables: - RSYNC_DESTINATION: git-stage + - .run_cmake_org_help dependencies: - - b:help:stage + - b:cmake.org-help needs: - - b:help:stage + - b:cmake.org-help # Lint builds |