Loading .gitlab-ci.yml +12 −9 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ --- variables: PROXY_UNICAEN: "http://proxy.unicaen.fr:3128" PROXY_UNICAEN: $HTTPS_PROXY stages: Loading @@ -28,10 +28,13 @@ tag_this_branch_if_success: image: name: docker:dind script: - echo "Configure PROXY Unicaen" && true - export http_proxy=$PROXY_UNICAEN - export https_proxy=$PROXY_UNICAEN - echo "Installation of packages" && true - apk update - apk add git - apk add php - git config --global user.email "gitlab-runner@mail.com" - git config --global user.name "Gitlab runner" - git clone https://git.unicaen.fr/lib/unicaen/parametre.git Loading Loading
.gitlab-ci.yml +12 −9 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ --- variables: PROXY_UNICAEN: "http://proxy.unicaen.fr:3128" PROXY_UNICAEN: $HTTPS_PROXY stages: Loading @@ -28,10 +28,13 @@ tag_this_branch_if_success: image: name: docker:dind script: - echo "Configure PROXY Unicaen" && true - export http_proxy=$PROXY_UNICAEN - export https_proxy=$PROXY_UNICAEN - echo "Installation of packages" && true - apk update - apk add git - apk add php - git config --global user.email "gitlab-runner@mail.com" - git config --global user.name "Gitlab runner" - git clone https://git.unicaen.fr/lib/unicaen/parametre.git Loading