We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b3a4e9 + d065c96 commit 56b44ddCopy full SHA for 56b44dd
hack/verify-steering-election.sh
@@ -17,11 +17,12 @@
17
set -o errexit
18
set -o nounset
19
set -o pipefail
20
-
21
shopt -s extglob
22
23
-# exclude bios before 2021 since some of them have more than 300 words
24
-STEERING_ELECTION_BIOS="$(pwd)/events/elections/!(2017|2018|2019|2020)/candidate-*.md"
+export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
+
+# exclude bios before 2025 since some of them have more than 300 words
25
+STEERING_ELECTION_BIOS="${KUBE_ROOT}/elections/steering/!(2017|2018|2019|2020|2021|2022|2023|2024)/candidate-*.md"
26
27
invalid_bios=0
28
break=$(printf "=%.0s" $(seq 1 68))
0 commit comments