Skip to content

Commit d3bb2ee

Browse files
committed
Output maven's build.log
1 parent 97fd5fd commit d3bb2ee

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

ci/build.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ elif [ "$RDBMS" == "informix" ]; then
7979
goal="-Pdb=informix"
8080
fi
8181

82-
function logAndExec() {
83-
echo 1>&2 "Executing:" "${@}"
84-
exec "${@}"
85-
}
82+
./gradlew hibernate-maven-plugin:integrationTest ${goal} "${@}" -Plog-test-progress=true --stacktrace --info || true
8683

87-
logAndExec ./gradlew hibernate-maven-plugin:integrationTest ${goal} "${@}" -Plog-test-progress=true --stacktrace --debug
84+
cat /home/opc/actions-runner/_work/hibernate-orm/hibernate-orm/tooling/hibernate-maven-plugin/target/maven-embedder/workspace/target/its/enhance/build.log

0 commit comments

Comments
 (0)