From 5d12ac1d6ced1c9e30f9c41e04c6e4b40cab00c2 Mon Sep 17 00:00:00 2001 From: Yannick DAYER <yannick.dayer@idiap.ch> Date: Wed, 21 Dec 2022 13:31:24 +0100 Subject: [PATCH] [ci] Fix reference of tags creating nested lists. --- bob/devtools/data/gitlab-ci/nightlies.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/bob/devtools/data/gitlab-ci/nightlies.yaml b/bob/devtools/data/gitlab-ci/nightlies.yaml index 49681f2f..199ca153 100644 --- a/bob/devtools/data/gitlab-ci/nightlies.yaml +++ b/bob/devtools/data/gitlab-ci/nightlies.yaml @@ -80,7 +80,8 @@ build_macos_intel_39: variables: PYTHON_VERSION: "3.9" tags: - - !reference [.build_macos_template, tags] + - bob + - macos - intel cache: key: 'build-py39' @@ -90,7 +91,8 @@ build_macos_intel_310: variables: PYTHON_VERSION: "3.10" tags: - - !reference [.build_macos_template, tags] + - bob + - macos - intel cache: key: 'build-py310' @@ -100,7 +102,8 @@ build_macos_arm_39: variables: PYTHON_VERSION: "3.9" tags: - - !reference [.build_macos_template, tags] + - bob + - macos - arm cache: key: 'build-py39' @@ -110,7 +113,8 @@ build_macos_arm_310: variables: PYTHON_VERSION: "3.10" tags: - - !reference [.build_macos_template, tags] + - bob + - macos - arm cache: key: 'build-py310' -- GitLab