remove proxy

This commit is contained in:
xRain 2024-12-11 05:35:52 +08:00
parent b70db03b17
commit 6ed7b99fd9

View File

@ -9,9 +9,9 @@ runs:
with:
entrypoint: "/bin/bash"
args: |
-c "gradle build -x test --info -Dhttps.proxyHost=100.100.13.14 -Dhttps.proxyPort=8118 -Dhttp.proxyHost=100.100.13.14 -Dhttp.proxyPort=8118 --no-daemon && \
cd build/libs && ls && env && ls *.jar && \
mv $(ls *.jar) app.jar"
-c "echo 'bootJar {archiveFileName = \"app.jar\"}' > build.gradle && \
gradle build -x test --info -Dhttps.proxyHost=100.100.13.14 -Dhttps.proxyPort=8118 -Dhttp.proxyHost=100.100.13.14 -Dhttp.proxyPort=8118 --no-daemon"
- name: create dockerfile
uses: docker://ubuntu:latest