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

Install curl on BEFORE_INIT

parent eccf2c42
No related branches found
No related tags found
1 merge request!67Resolve "Support LFS in templates"
Pipeline #56941 passed
...@@ -18,7 +18,7 @@ stages: ...@@ -18,7 +18,7 @@ stages:
- build - build
before_script: before_script:
- apk add --update bash coreutils tar wget curl - apk add --update bash coreutils tar wget
- docker login tecnalia-docker-dev.artifact.tecnalia.com -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN} - docker login tecnalia-docker-dev.artifact.tecnalia.com -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
include: include:
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
.industrial_ci: .industrial_ci:
variables: variables:
BEFORE_INIT: "bash <(curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh);\ 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);\
apt install -qq -y git-lfs; \ apt install -qq -y git-lfs; \
git config --global credential.helper store; \ git config --global credential.helper store; \
echo https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com > ~/.git-credentials ;" echo https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com > ~/.git-credentials ;"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment