Skip to content

Commit 54da06c

Browse files
committed
hack: Create script to update test metadata
1 parent 289e976 commit 54da06c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

hack/update-test-metadata.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
3+
set -eu
4+
5+
source hack/build-info.sh
6+
7+
# Update test metadata
8+
eval "${BIN_PATH}/cluster-version-operator-tests" "update"

0 commit comments

Comments
 (0)