Skip to content

Commit

Permalink
Try to workaround hibernate-platform not being published to maven local
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed Dec 20, 2024
1 parent adb2c1e commit 3f666cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jpa-3.2-tck.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pipeline {
else {
containerName = params.RDBMS
}
def dockerRunOptions = "--network=tck-net -e DB_HOST=${containerName} -u \$UID"
def dockerRunOptions = "--network=tck-net -e DB_HOST=${containerName}"
sh """ \
while IFS= read -r container; do
docker network disconnect tck-net \$container || true
Expand Down

0 comments on commit 3f666cd

Please sign in to comment.