Skip to content

Commit

Permalink
Default to building the supported versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds committed Oct 4, 2023
1 parent ff7275c commit d528ee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euo pipefail

print_usage()
{
echo "Usage: $0 <VERSION>..."
echo "Usage: $0 [<VERSION>...]"
echo "Build Container images and run tests."
echo ""
echo "Arguments:"
Expand Down Expand Up @@ -92,9 +92,9 @@ done

VERSIONS=$(echo "$VERSIONS" | xargs)

# default to building the currently supported versions.
if [ -z "$VERSIONS" ]; then
echo "error: no versions specified" 2>&1
exit 1
VERSIONS="6.0 7.0"
fi

# Use podman instead of docker when available.
Expand Down

0 comments on commit d528ee9

Please sign in to comment.