Skip to content

Commit 1d6efec

Browse files
committed
Upgrade test splitter client to v0.7.3
1 parent 7a4363b commit 1d6efec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packer/linux/scripts/install-buildkite-test-splitter.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ aarch64) ARCH=arm64 ;;
77
*) ARCH=unknown ;;
88
esac
99

10-
TEST_SPLITTER_VERSION=0.7.2
10+
TEST_SPLITTER_VERSION=0.7.3
1111
echo "Downloading test-splitter v${TEST_SPLITTER_VERSION}..."
1212
sudo curl -Lsf -o /usr/bin/test-splitter \
13-
"https://github.com/buildkite/test-splitter/releases/download/v0.7.2/test-splitter-linux-${ARCH}"
13+
"https://github.com/buildkite/test-splitter/releases/download/v${TEST_SPLITTER_VERSION}/test-splitter-linux-${ARCH}"
1414
sudo chmod +x /usr/bin/test-splitter
1515
test-splitter --version

0 commit comments

Comments
 (0)