Skip to content

Commit b17a897

Browse files
committed
fix CI
1 parent 50fae2f commit b17a897

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
./gradlew \
216216
intTest \
217217
-x :polaris-runtime-service:intTest \
218-
-x :polaris-helm:check \
218+
-x :polaris-helm:intTest \
219219
--continue
220220
env:
221221
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}

helm/polaris/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ fun Exec.runShellScript(script: String, outputFile: File) {
236236
commandLine = listOf("bash", "-c", script.trimIndent())
237237
this.isIgnoreExitValue = true
238238
doLast {
239-
// Close the output stream before reading the file to avoid race conditions
240239
outStream?.close()
241240
val exitValue = executionResult.get().exitValue
242241
if (exitValue != 0) {

0 commit comments

Comments
 (0)