1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-01-04 15:08:21 +01:00
harbor/tests/validatecontainers.sh

8 lines
136 B
Bash
Raw Normal View History

2017-08-31 16:55:39 +02:00
#!/bin/sh
set -e
if docker ps --filter "status=restarting" | grep 'vmware'; then
echo "container is restaring, fail CI."
exit 1
fi