Skip to content
Snippets Groups Projects
Commit 20800b22 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

Merge branch 'fix-tags' into 'master'

Fix reference of tags creating nested lists

See merge request !336
parents 14754438 5d12ac1d
Branches
Tags
1 merge request!336Fix reference of tags creating nested lists
Pipeline #67969 passed
...@@ -80,7 +80,8 @@ build_macos_intel_39: ...@@ -80,7 +80,8 @@ build_macos_intel_39:
variables: variables:
PYTHON_VERSION: "3.9" PYTHON_VERSION: "3.9"
tags: tags:
- !reference [.build_macos_template, tags] - bob
- macos
- intel - intel
cache: cache:
key: 'build-py39' key: 'build-py39'
...@@ -90,7 +91,8 @@ build_macos_intel_310: ...@@ -90,7 +91,8 @@ build_macos_intel_310:
variables: variables:
PYTHON_VERSION: "3.10" PYTHON_VERSION: "3.10"
tags: tags:
- !reference [.build_macos_template, tags] - bob
- macos
- intel - intel
cache: cache:
key: 'build-py310' key: 'build-py310'
...@@ -100,7 +102,8 @@ build_macos_arm_39: ...@@ -100,7 +102,8 @@ build_macos_arm_39:
variables: variables:
PYTHON_VERSION: "3.9" PYTHON_VERSION: "3.9"
tags: tags:
- !reference [.build_macos_template, tags] - bob
- macos
- arm - arm
cache: cache:
key: 'build-py39' key: 'build-py39'
...@@ -110,7 +113,8 @@ build_macos_arm_310: ...@@ -110,7 +113,8 @@ build_macos_arm_310:
variables: variables:
PYTHON_VERSION: "3.10" PYTHON_VERSION: "3.10"
tags: tags:
- !reference [.build_macos_template, tags] - bob
- macos
- arm - arm
cache: cache:
key: 'build-py310' key: 'build-py310'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment