update test image

This commit is contained in:
Girish Ramakrishnan
2015-10-15 11:07:40 -07:00
parent f57c91847d
commit a3ca5a36e8
3 changed files with 5 additions and 5 deletions

View File

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