mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 00:59:19 -06:00
gitlab-ci: update to Fedora 34 for upload jobs
Also add 'cmake' tag to match the rest of our jobs.
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
# Steps for uploading artifacts
|
# Steps for uploading artifacts
|
||||||
|
|
||||||
.rsync_upload_binary:
|
.rsync_upload_binary:
|
||||||
image: "fedora:32"
|
image: "fedora:34"
|
||||||
stage: upload
|
stage: upload
|
||||||
tags:
|
tags:
|
||||||
|
- cmake
|
||||||
- docker
|
- docker
|
||||||
- linux
|
- linux
|
||||||
- build
|
- build
|
||||||
@@ -19,8 +20,9 @@
|
|||||||
|
|
||||||
.rsync_upload_help:
|
.rsync_upload_help:
|
||||||
stage: upload
|
stage: upload
|
||||||
image: "fedora:33"
|
image: "fedora:34"
|
||||||
tags:
|
tags:
|
||||||
|
- cmake
|
||||||
- docker
|
- docker
|
||||||
- linux
|
- linux
|
||||||
- build
|
- build
|
||||||
|
|||||||
Reference in New Issue
Block a user