Loading .gitlab-ci.yml +7 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ stages: variables: COMPOSER_ALLOW_SUPERUSER: 1 APP_ENV: test HTTP_PROXY: http://proxy.unicaen.fr:3128 HTTPS_PROXY: http://proxy.unicaen.fr:3128 NO_PROXY: localhost,127.0.0.1,.unicaen.fr cache: key: ${CI_COMMIT_REF_SLUG} Loading @@ -18,6 +21,10 @@ test: image: registre.unicaen.fr:5000/open-source/docker/unicaen-image:php8.2 before_script: # Proxy de !$%# - echo "HTTP_PROXY=$HTTP_PROXY" - echo "HTTPS_PROXY=$HTTPS_PROXY" - echo "NO_PROXY=$NO_PROXY" - composer install --prefer-dist --no-progress --no-interaction script: Loading Loading
.gitlab-ci.yml +7 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ stages: variables: COMPOSER_ALLOW_SUPERUSER: 1 APP_ENV: test HTTP_PROXY: http://proxy.unicaen.fr:3128 HTTPS_PROXY: http://proxy.unicaen.fr:3128 NO_PROXY: localhost,127.0.0.1,.unicaen.fr cache: key: ${CI_COMMIT_REF_SLUG} Loading @@ -18,6 +21,10 @@ test: image: registre.unicaen.fr:5000/open-source/docker/unicaen-image:php8.2 before_script: # Proxy de !$%# - echo "HTTP_PROXY=$HTTP_PROXY" - echo "HTTPS_PROXY=$HTTPS_PROXY" - echo "NO_PROXY=$NO_PROXY" - composer install --prefer-dist --no-progress --no-interaction script: Loading