From d684323ab08d7c1c77f8fcb9006bc1a7e506f9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moreno=20i=20Caireta=2C=20I=C3=B1igo?= <inigo.moreno@tecnalia.com> Date: Thu, 23 Sep 2021 15:50:55 +0200 Subject: [PATCH] Update ci-templates/lfs-pull.yml --- ci-templates/lfs-pull.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci-templates/lfs-pull.yml b/ci-templates/lfs-pull.yml index f311da4..e93ea41 100644 --- a/ci-templates/lfs-pull.yml +++ b/ci-templates/lfs-pull.yml @@ -8,5 +8,6 @@ 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 ;" - BEFORE_INSTALL_TARGET_DEPENDENCIES: *lfs-pull-script BEFORE_INSTALL_UPSTREAM_DEPENDENCIES: *lfs-pull-script + BEFORE_INSTALL_TARGET_DEPENDENCIES: *lfs-pull-script + BEFORE_INSTALL_DOWNSTREAM_DEPENDENCIES: *lfs-pull-script -- GitLab