remove proxy
This commit is contained in:
parent
b70db03b17
commit
6ed7b99fd9
@ -9,9 +9,9 @@ runs:
|
|||||||
with:
|
with:
|
||||||
entrypoint: "/bin/bash"
|
entrypoint: "/bin/bash"
|
||||||
args: |
|
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 && \
|
-c "echo 'bootJar {archiveFileName = \"app.jar\"}' > build.gradle && \
|
||||||
cd build/libs && ls && env && ls *.jar && \
|
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"
|
||||||
mv $(ls *.jar) app.jar"
|
|
||||||
|
|
||||||
- name: create dockerfile
|
- name: create dockerfile
|
||||||
uses: docker://ubuntu:latest
|
uses: docker://ubuntu:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user