From d4818531e7e91cb63211e528d15ed13397a34a8c Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Fri, 8 Dec 2023 15:13:54 +0100
Subject: [PATCH] refactor(yaml): replace anchors with ref tags

---
 templates/gitlab-ci-bash.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/gitlab-ci-bash.yml b/templates/gitlab-ci-bash.yml
index 24a31ce..a56f7d9 100644
--- a/templates/gitlab-ci-bash.yml
+++ b/templates/gitlab-ci-bash.yml
@@ -247,7 +247,7 @@ stages:
     - name: "$TBC_TRACKING_IMAGE"
       command: ["--service", "bash", "3.2.1" ]
   before_script:
-    - *bash-scripts
+    - !reference [.bash-scripts]
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
 
 bash-shellcheck:
-- 
GitLab