use docker build
This commit is contained in:
parent
c8b93db337
commit
5dd538fbb6
@ -10,7 +10,8 @@ runs:
|
||||
entrypoint: "/bin/bash"
|
||||
args: |
|
||||
-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"
|
||||
gradle build -x test -Dhttps.proxyHost=100.100.13.14 -Dhttps.proxyPort=8118 \
|
||||
-Dhttp.proxyHost=100.100.13.14 -Dhttp.proxyPort=8118"
|
||||
|
||||
|
||||
- name: create dockerfile
|
||||
|
Loading…
Reference in New Issue
Block a user