Skip to content

Commit 3f666cd

Browse files
committed
Try to workaround hibernate-platform not being published to maven local
1 parent adb2c1e commit 3f666cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/jpa-3.2-tck.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ pipeline {
124124
else {
125125
containerName = params.RDBMS
126126
}
127-
def dockerRunOptions = "--network=tck-net -e DB_HOST=${containerName} -u \$UID"
127+
def dockerRunOptions = "--network=tck-net -e DB_HOST=${containerName}"
128128
sh """ \
129129
while IFS= read -r container; do
130130
docker network disconnect tck-net \$container || true

0 commit comments

Comments
 (0)