diff options
author | Brad King <brad.king@kitware.com> | 2021-11-23 14:51:44 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-11-23 14:52:01 (GMT) |
commit | 69c69ded5cf4d3cd5e25d438ef1c03866a847ea2 (patch) | |
tree | 09075498515f5cd9311c4e1ea7ef00858e4f59cb /.gitlab | |
parent | 7fb6a778ce7579930bdd799bec1ed9afbb083654 (diff) | |
parent | c0d8e42a0858ab649d3cdeb2bee7253cf5efdf9b (diff) | |
download | CMake-69c69ded5cf4d3cd5e25d438ef1c03866a847ea2.zip CMake-69c69ded5cf4d3cd5e25d438ef1c03866a847ea2.tar.gz CMake-69c69ded5cf4d3cd5e25d438ef1c03866a847ea2.tar.bz2 |
Merge topic 'ci-rename-jobs'
c0d8e42a08 gitlab-ci: shorten job prefixes
3c2fedfeaf gitlab-ci: fix comment typo
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6744
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/os-linux.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index ff23ac9..c831530 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -32,15 +32,15 @@ .needs_centos6_x86_64: dependencies: - - build:centos6-x86_64 + - b:centos6-x86_64 needs: - - build:centos6-x86_64 + - b:centos6-x86_64 .needs_centos7_aarch64: dependencies: - - build:centos7-aarch64 + - b:centos7-aarch64 needs: - - build:centos7-aarch64 + - b:centos7-aarch64 ### Debian |