mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 16:19:37 +01:00
1871011a5d
Also update the docker-compose template such that the notary db instance will be provisioned via the mariadb-photon image.
8 lines
136 B
Bash
Executable File
8 lines
136 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
if docker ps --filter "status=restarting" | grep 'vmware'; then
|
|
echo "container is restaring, fail CI."
|
|
exit 1
|
|
fi
|