summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-04-05 16:51:04 -0400
committerBrad King <brad.king@kitware.com>2022-04-05 16:51:04 -0400
commit2ce668b11d43fdac36b0a4b28f06b2a235e5a04b (patch)
tree1a603a560598c0b98763f56882a2e62935141ce6 /.gitlab-ci.yml
parent2f7b1dd72c3dfc184f16a7b6c8fba47f8ab5135b (diff)
parent2808281730b2c887da1845f86042566991be5a8a (diff)
downloadcmake-2ce668b11d43fdac36b0a4b28f06b2a235e5a04b.tar.gz
Merge branch 'backport-ci-cmake.org-help' into ci-cmake.org-help
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml32
1 files changed, 8 insertions, 24 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3cc5a6c8ca..09afcb3716 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