diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2022-06-21 21:39:11 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2022-06-21 21:39:11 (GMT) |
commit | 5db79b5cd36481a0505ce0678f257d45851c4645 (patch) | |
tree | 30ec2c446902678dfe4adf341eaab685c6e0978c /.gitlab | |
parent | 3e1ace7f4633acb5d169bd334f05aa82f65bcfaf (diff) | |
download | CMake-5db79b5cd36481a0505ce0678f257d45851c4645.zip CMake-5db79b5cd36481a0505ce0678f257d45851c4645.tar.gz CMake-5db79b5cd36481a0505ce0678f257d45851c4645.tar.bz2 |
gitlab-ci: update to an image with git installed
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/os-linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index 6afd299..1d793d0 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -302,7 +302,7 @@ ### C++ modules .gcc_cxx_modules_x86_64: - image: "kitware/cmake:ci-gcc_cxx_modules-x86_64-2022-06-14" + image: "kitware/cmake:ci-gcc_cxx_modules-x86_64-2022-06-21" variables: GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci" |