Skip to content

Commit 5452d14

Browse files
HHH-19365 - restore build.sh
1 parent 59a8cf7 commit 5452d14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,4 @@ function logAndExec() {
8686
exec "${@}"
8787
}
8888

89-
#logAndExec ./gradlew ciCheck ${goal} "${@}" -Plog-test-progress=true --stacktrace
90-
./gradlew ciCheck ${goal} "${@}"
89+
logAndExec ./gradlew ciCheck ${goal} "${@}" -Plog-test-progress=true --stacktrace

0 commit comments

Comments
 (0)