Skip to content

Commit

Permalink
fix: Remove default variant test
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Mar 12, 2020
1 parent 9cbdbdc commit a95e58c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test-build.sh
Expand Up @@ -74,9 +74,6 @@ for version in "${versions[@]}"; do
tag=$(get_tag "${version}")
full_version=$(get_full_version "${version}")

build "${version}" "default" "${tag}"
test_image "${full_version}" "default" "${tag}"

# Get supported variants according to the target architecture.
# See details in function.sh
IFS=' ' read -ra variants <<< "$(get_variants "$(dirname "${version}")" "${variant_arg[@]}")"
Expand Down

0 comments on commit a95e58c

Please sign in to comment.