remove proxy
This commit is contained in:
parent
c05dd83c88
commit
22d678ab22
@ -9,9 +9,7 @@ runs:
|
|||||||
with:
|
with:
|
||||||
entrypoint: "/bin/bash"
|
entrypoint: "/bin/bash"
|
||||||
args: |
|
args: |
|
||||||
-c "export https_proxy=http://100.100.13.14:8118 && \
|
-c "gradle build --info --no-daemon && \
|
||||||
export http_proxy=http://100.100.13.14:8118 && \
|
|
||||||
gradle build --info --no-daemon && \
|
|
||||||
cd build/libs && \
|
cd build/libs && \
|
||||||
mv $(ls *.jar) app.jar"
|
mv $(ls *.jar) app.jar"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user