Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider 8bf3f1fa rédigé par Erwan BOUSSE's avatar Erwan BOUSSE
Parcourir les fichiers

Merge branch 'jean-christian.feufeu-main-patch-34555' into 'main'

Update .gitlab-ci.yml adding no_proxy env variable

See merge request !1
parents 56c22e24 ad5c4a38
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!1Update .gitlab-ci.yml adding no_proxy env variable
Pipeline #75097 annulé
......@@ -10,11 +10,11 @@ services:
build:
stage: build
script:
- docker build --build-arg http_proxy=${http_proxy} --build-arg https_proxy=${http_proxy} .
- docker build --build-arg http_proxy=${http_proxy} --build-arg https_proxy=${https_proxy} --build-arg no_proxy=${no_proxy} .
- docker push $CI_REGISTRY_IMAGE
test:
stage: test
image: $CI_REGISTRY_IMAGE
script:
- echo "Hello world!"
\ No newline at end of file
- echo "Hello world!"
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter