From b52a25f3b88b7bfeb51433bdc2dd79ccd561741e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Moreno?= <inigo.moreno@tecnalia.com> Date: Wed, 22 Sep 2021 11:22:24 +0200 Subject: [PATCH] Fix naming --- ci-templates/lfs-pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-templates/lfs-pull.yml b/ci-templates/lfs-pull.yml index b657a44..8e90299 100644 --- a/ci-templates/lfs-pull.yml +++ b/ci-templates/lfs-pull.yml @@ -2,7 +2,7 @@ "find $$current_ws -type f -name .lfsconfig -execdir git lfs pull \\; ;\ find $$current_ws -type f -name .lfsconfig -execdir git lfs ls-files \\; ;" -.industrial-ci: +.industrial_ci: BEFORE_INIT: "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; \ -- GitLab