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 ab50c84 commit c45ee05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/jobs/build_projet_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ build_projet_gradle:
- HTTP_PROXY_PORT=$(echo $HTTP_PROXY | sed 's/http:\/\/[^:]*:\([^:]*\)/\1/')
- HTTPS_PROXY_HOST=$(echo $HTTPS_PROXY | sed 's/http:\/\/\([^:]*\):.*/\1/')
- HTTPS_PROXY_PORT=$(echo $HTTPS_PROXY | sed 's/http:\/\/[^:]*:\([^:]*\)/\1/')
- echo "HTTP_PROXY_HOST: $HTTP_PROXY_HOST"
- echo "HTTP_PROXY_PORT: $HTTP_PROXY_PORT"
- echo "HTTPS_PROXY_HOST: $HTTPS_PROXY_HOST"
- echo "HTTPS_PROXY_PORT: $HTTPS_PROXY_PORT"
- echo "HTTP_PROXY_HOST: ${HTTP_PROXY_HOST}"
- echo "HTTP_PROXY_PORT: ${HTTP_PROXY_PORT}"
- echo "HTTPS_PROXY_HOST: ${HTTPS_PROXY_HOST}"
- echo "HTTPS_PROXY_PORT: ${HTTPS_PROXY_PORT}"
- ./gradlew clean assemble \
-Dhttp.proxyHost=$HTTP_PROXY_HOST \
-Dhttp.proxyPort=$HTTP_PROXY_PORT \
Expand Down

0 comments on commit c45ee05

Please sign in to comment.