From 6ed7b99fd9b74a72b190b2f4b504ca08a9eb8b06 Mon Sep 17 00:00:00 2001 From: xRain Date: Wed, 11 Dec 2024 05:35:52 +0800 Subject: [PATCH] remove proxy --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 90e1c5a..d3b640b 100644 --- a/action.yml +++ b/action.yml @@ -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