Skip to content
Snippets Groups Projects
Commit b20f67ef authored by Martin Heistermann's avatar Martin Heistermann
Browse files

runner tags

parent 5023d9eb
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -71,6 +71,10 @@ x64-vs2022:
# TOOLSET: "v143" # 143: VS 2022
ensure-job-added:
tags:
- cgg
- docker-docker
- linux
stage: test
image: badouralix/curl-jq
script:
......@@ -86,6 +90,10 @@ ensure-job-added:
# If the pipeline is for a new tag with a semantic version, and all previous jobs succeed,
# create the release.
create-release:
tags:
- cgg
- docker-docker
- linux
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
script: echo "Creating release $CI_COMMIT_TAG"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment