From 5411eab378f0881d4f2ff524535aa034feae8465 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Fri, 8 Dec 2023 15:18:42 +0100 Subject: [PATCH] refactor(yaml): replace anchors with ref tags --- templates/gitlab-ci-renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gitlab-ci-renovate.yml b/templates/gitlab-ci-renovate.yml index a6d363d..8e4d3f0 100644 --- a/templates/gitlab-ci-renovate.yml +++ b/templates/gitlab-ci-renovate.yml @@ -229,7 +229,7 @@ stages: paths: - .cache/renovate/** before_script: - - *renovate-scripts + - !reference [.renovate-scripts] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" # (example) validator job -- GitLab