Skip to content

Commit

Permalink
CI - update gradle job
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Jan 30, 2024
1 parent 3b1608d commit 201a90d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ci/jobs/build_projet_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ build_projet_gradle:
stage: build
image: gradle:8.5-jdk17
variables:
variables:
HTTP_PROXY: "http://172.27.229.197:8090"
HTTPS_PROXY: "http://172.27.229.197:8090"
NO_PROXY: "gitlab-sml.din.developpement-durable.gouv.fr,localhost,127.0.0.1,0.0.0.0,.dsi.damgm.i2"
HTTP_PROXY: "http://172.27.229.197:8090"
HTTPS_PROXY: "http://172.27.229.197:8090"
NO_PROXY: "gitlab-sml.din.developpement-durable.gouv.fr,localhost,127.0.0.1,0.0.0.0,.dsi.damgm.i2"
script:
- cd backend
- chmod +x gradlew
Expand Down

0 comments on commit 201a90d

Please sign in to comment.