Skip to content
Snippets Groups Projects

Resolve "Support LFS in templates"

Merged Iñigo Moreno i Caireta requested to merge 37-support-lfs-in-templates into master
1 file
+ 3
4
Compare changes
  • Side-by-side
  • Inline
+ 3
4
@@ -4,10 +4,9 @@
.industrial_ci:
variables:
BEFORE_INIT: "apt-get update &> /dev/null && apt-get install -q -y curl; \
bash <(curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh);\
AFTER_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; \
echo https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com > ~/.git-credentials ;"
BEFORE_BUILD_TARGET_WORKSPACE: *lfs-pull-script
BEFORE_BUILD_UPSTREAM_WORKSPACE: *lfs-pull-script
BEFORE_INSTALL_TARGET_WORKSPACE: *lfs-pull-script
BEFORE_INSTALL_UPSTREAM_WORKSPACE: *lfs-pull-script
Loading