remove proxy
This commit is contained in:
parent
338f3bf468
commit
b70db03b17
@ -9,8 +9,8 @@ runs:
|
|||||||
with:
|
with:
|
||||||
entrypoint: "/bin/bash"
|
entrypoint: "/bin/bash"
|
||||||
args: |
|
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 && \
|
-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 && \
|
cd build/libs && ls && env && ls *.jar && \
|
||||||
mv $(ls *.jar) app.jar"
|
mv $(ls *.jar) app.jar"
|
||||||
|
|
||||||
- name: create dockerfile
|
- name: create dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user