From 465259c158ec0932ff686f13ae8960585d400ed8 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Fri, 8 Dec 2023 15:19:10 +0100 Subject: [PATCH] refactor(yaml): replace anchors with ref tags --- templates/gitlab-ci-sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gitlab-ci-sonar.yml b/templates/gitlab-ci-sonar.yml index 14868f4..db89230 100644 --- a/templates/gitlab-ci-sonar.yml +++ b/templates/gitlab-ci-sonar.yml @@ -294,7 +294,7 @@ sonar: paths: - .sonar/cache before_script: - - *sonar-scripts + - !reference [.sonar-scripts] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - eval_java_proxy_args script: -- GitLab