From 5e8970cfa82e03d35bb415ff427999e6b83fc666 Mon Sep 17 00:00:00 2001
From: Jon Azpiazu <jon.azpiazu@tecnalia.com>
Date: Thu, 16 Sep 2021 12:40:12 +0200
Subject: [PATCH] Redo using reference instead of anchor

---
 ci-templates/core.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ci-templates/core.yml b/ci-templates/core.yml
index fb8a8b3..e1f6518 100644
--- a/ci-templates/core.yml
+++ b/ci-templates/core.yml
@@ -15,8 +15,9 @@ services:
   - name: tecnalia-docker-dev.artifact.tecnalia.com/docker:dind
     alias: docker
 
-.lfs_setup_template: &lfs_setup_definition # Hidden key that defines an anchor
-  AFTER_SETUP_UPSTREAM_WORKSPACE: "bash <(curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh);\
+.lfs_setup_template:
+  variables:
+    AFTER_SETUP_UPSTREAM_WORKSPACE: "bash <(curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh);\
                   apt install -qq -y git-lfs; \
                   git config --global credential.helper store; \
                   echo https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com > ~/.git-credentials ;\
-- 
GitLab