summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml30
1 files changed, 6 insertions, 24 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d5529df..0585579 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,37 +70,19 @@ 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
-.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