File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -89,13 +89,14 @@ jobs:
8989 gpg-private-key : ${{ secrets.SIGNINGKEY }}
9090 gpg-passphrase : SIGNINGPASSWORD
9191 - name : Build and release Java 11 modules
92- run : ./mvnw ${MAVEN_ARGS} ${RELEASE_MAVEN_ARGS} \
93- -pl "httpclient-jdk" \
94- -pl "httpclient-jetty" \
95- -pl "junit/kube-api-test" \
96- -pl "junit/kube-api-test/core" \
97- -pl "junit/kube-api-test/client-inject" \
98- clean deploy
92+ run : |
93+ ./mvnw ${MAVEN_ARGS} ${RELEASE_MAVEN_ARGS} \
94+ -pl "httpclient-jdk" \
95+ -pl "httpclient-jetty" \
96+ -pl "junit/kube-api-test" \
97+ -pl "junit/kube-api-test/core" \
98+ -pl "junit/kube-api-test/client-inject" \
99+ clean deploy
99100 - name : Build and release BOM
100101 run : |
101102 ./mvnw ${MAVEN_ARGS} ${RELEASE_MAVEN_ARGS} clean sundr:generate-bom &&
Original file line number Diff line number Diff line change @@ -98,13 +98,14 @@ jobs:
9898 gpg-private-key : ${{ secrets.SIGNINGKEY }}
9999 gpg-passphrase : SIGNINGPASSWORD
100100 - name : Build and release Java 11 modules
101- run : ./mvnw ${MAVEN_ARGS} ${RELEASE_MAVEN_ARGS} \
102- -pl "httpclient-jdk" \
103- -pl "httpclient-jetty" \
104- -pl "junit/kube-api-test" \
105- -pl "junit/kube-api-test/core" \
106- -pl "junit/kube-api-test/client-inject" \
107- clean deploy
101+ run : |
102+ ./mvnw ${MAVEN_ARGS} ${RELEASE_MAVEN_ARGS} \
103+ -pl "httpclient-jdk" \
104+ -pl "httpclient-jetty" \
105+ -pl "junit/kube-api-test" \
106+ -pl "junit/kube-api-test/core" \
107+ -pl "junit/kube-api-test/client-inject" \
108+ clean deploy
108109 - name : Build and release BOM
109110 run : |
110111 ./mvnw ${MAVEN_ARGS} ${RELEASE_MAVEN_ARGS} clean sundr:generate-bom &&
You can’t perform that action at this time.
0 commit comments