HHH-17982 Setup JPA 3.2 TCK testing automation for ORM 7
This commit is contained in:
parent
e8a5d85506
commit
5361930735
|
@ -121,7 +121,7 @@ pipeline {
|
|||
docker rm -f tck || true
|
||||
while IFS= read -r container; do
|
||||
docker network disconnect tck-net \$container || true
|
||||
done <<< \$(docker network inspect tck-net --format '{{range \$k, \$v := .Containers}}{{print \$k}}{{end}}')
|
||||
done <<< \$(docker network inspect tck-net --format '{{range \$k, \$v := .Containers}}{{print \$k}}{{end}}' 2>/dev/null || true)
|
||||
docker network rm -f tck-net
|
||||
docker network create tck-net
|
||||
docker network connect tck-net ${containerName}
|
||||
|
|
Loading…
Reference in New Issue