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

Change script hooks

parent 5b1ba870
No related branches found
No related tags found
1 merge request!67Resolve "Support LFS in templates"
Pipeline #56943 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment