summaryrefslogtreecommitdiffstats
path: root/.gitlab
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-05-10 14:43:59 (GMT)
committerBrad King <brad.king@kitware.com>2021-05-12 11:17:35 (GMT)
commita69e6dba924262f6e291406b0e9b3d5c1ff1ae86 (patch)
tree751cf970cc1df59c28c4ff96b1ed12f81d7b4d96 /.gitlab
parent40c672aaeb0b794b882bf562372f2be78725c9f5 (diff)
downloadCMake-a69e6dba924262f6e291406b0e9b3d5c1ff1ae86.zip
CMake-a69e6dba924262f6e291406b0e9b3d5c1ff1ae86.tar.gz
CMake-a69e6dba924262f6e291406b0e9b3d5c1ff1ae86.tar.bz2
gitlab-ci: update to Fedora 34 for upload jobs
Also add 'cmake' tag to match the rest of our jobs.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/upload.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab/upload.yml b/.gitlab/upload.yml
index 3253fd3..693388d 100644
--- a/.gitlab/upload.yml
+++ b/.gitlab/upload.yml
@@ -1,9 +1,10 @@
# Steps for uploading artifacts
.rsync_upload_binary:
- image: "fedora:32"
+ image: "fedora:34"
stage: upload
tags:
+ - cmake
- docker
- linux
- build
@@ -19,8 +20,9 @@
.rsync_upload_help:
stage: upload
- image: "fedora:33"
+ image: "fedora:34"
tags:
+ - cmake
- docker
- linux
- build