diff options
author | Brad King <brad.king@kitware.com> | 2022-04-04 16:04:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-04-05 20:09:55 (GMT) |
commit | ed00a29ccef7d1a6757c040cf10e9cb720080340 (patch) | |
tree | 1a3f68d7d9f1500cd99f624eb2590dba623e94d7 /.gitlab-ci.yml | |
parent | 5c2e8ce515bc1f47ac6dd6d5b55bfe7f45190a02 (diff) | |
download | CMake-ed00a29ccef7d1a6757c040cf10e9cb720080340.zip CMake-ed00a29ccef7d1a6757c040cf10e9cb720080340.tar.gz CMake-ed00a29ccef7d1a6757c040cf10e9cb720080340.tar.bz2 |
gitlab-ci: consolidate jobs for cmake.org/cmake/help/git-{master,stage} docs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 30 |
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 |