Revert "quick hack - test 10.* only as 11.* not on mirrors yet"

This reverts commit 90edf6e7ba.
This commit is contained in:
Daniel Black
2024-08-09 11:16:26 +10:00
parent b0070c7201
commit 058bd4ddb4

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail
GLOBIGNORE=examples/:.*/:test/:11.*/:11.*-ubi/:11.6/:11.6-ubi/:main/:main-ubi/
GLOBIGNORE=examples/:.*/:test/:11.5/:11.5-ubi/:11.6/:11.6-ubi/:main/:main-ubi/
err() {
echo >&2 "ERROR: $*"