From b70db03b17b7006f93cc292ec8fb4c7c856d546f Mon Sep 17 00:00:00 2001 From: xRain Date: Wed, 11 Dec 2024 05:25:28 +0800 Subject: [PATCH] remove proxy --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 2bad434..90e1c5a 100644 --- a/action.yml +++ b/action.yml @@ -9,8 +9,8 @@ runs: with: entrypoint: "/bin/bash" args: | - -c "gradle build --info -Dhttps.proxyHost=100.100.13.14 -Dhttps.proxyPort=8118 -Dhttp.proxyHost=100.100.13.14 -Dhttp.proxyPort=8118 --no-daemon && \ - cd build/libs && \ + -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" - name: create dockerfile