Fix the check install to keep up with the base image version
This commit is contained in:
@@ -35,7 +35,7 @@ for script in "${scripts[@]}"; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
if ! docker inspect cloudron/test:3.0.0 >/dev/null 2>/dev/null; then
|
if ! docker inspect cloudron/test:3.0.0 >/dev/null 2>/dev/null; then
|
||||||
echo "docker pull cloudron/test:2.0.1 for tests to run"
|
echo "docker pull cloudron/test:3.0.0 for tests to run"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user