Commit 168a99f0 authored by Romain Ambroise's avatar Romain Ambroise
Browse files

Update .gitlab-ci.yml

parent 69d5cb97
Loading
Loading
Loading
Loading
Loading
+12 −9
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

---
variables:
  PROXY_UNICAEN: "http://proxy.unicaen.fr:3128"
  PROXY_UNICAEN: $HTTPS_PROXY


stages:
@@ -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