Skip to content
Snippets Groups Projects
Commit b52a25f3 authored by Iñigo Moreno i Caireta's avatar Iñigo Moreno i Caireta
Browse files

Fix naming

parent ca5544ce
No related branches found
No related tags found
1 merge request!67Resolve "Support LFS in templates"
Pipeline #56936 passed
...@@ -2,7 +2,7 @@ ...@@ -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 pull \\; ;\
find $$current_ws -type f -name .lfsconfig -execdir git lfs ls-files \\; ;" 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);\ BEFORE_INIT: "bash <(curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh);\
apt install -qq -y git-lfs; \ apt install -qq -y git-lfs; \
git config --global credential.helper store; \ git config --global credential.helper store; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment