We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364b0d1 commit 110158bCopy full SHA for 110158b
docker/check_docker-compose.sh
@@ -49,8 +49,7 @@ fi
49
if [ "$VERSION_MAJOR" -lt "$MIN_VERSION_MAJOR" ] ||
50
[ "$VERSION_MAJOR" -eq "$MIN_VERSION_MAJOR" -a "$VERSION_MINOR" -lt "$MIN_VERSION_MINOR" ]; then
51
exit 4
52
-elif [ "$VERSION_MAJOR" -gt "$MAX_VERSION_MAJOR" ] ||
53
- [ "$VERSION_MAJOR" -eq "$MAX_VERSION_MAJOR" -a "$VERSION_MINOR" -gt "$MAX_VERSION_MINOR" ]; then
+elif [ "$VERSION_MAJOR" -gt "$MAX_VERSION_MAJOR" ]; then
54
exit 5
55
else
56
exit 0
0 commit comments