rename test iamge under cloudron/

This commit is contained in:
Girish Ramakrishnan
2015-09-29 12:52:54 -07:00
parent 3837bee51f
commit f19113f88e
3 changed files with 4 additions and 4 deletions

View File

@@ -34,8 +34,8 @@ for script in "${scripts[@]}"; do
fi
done
if ! docker inspect girish/test:0.2.0 >/dev/null 2>/dev/null; then
echo "docker pull girish/test:0.2.0 for tests to run"
if ! docker inspect cloudron/test:2.0.0 >/dev/null 2>/dev/null; then
echo "docker pull cloudron/test:2.0.0 for tests to run"
exit 1
fi