Skip to content

Commit 7cbc9a3

Browse files
authored
Merge pull request #1349 from buildkite/tat-283-bump-test-splitter-version
Bump Test Splitter version to v0.8.0
2 parents 024213b + 9bcbde7 commit 7cbc9a3

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.3
10+
TEST_SPLITTER_VERSION=0.8.0
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/v${TEST_SPLITTER_VERSION}/test-splitter-linux-${ARCH}"
13+
"https://github.com/buildkite/test-splitter/releases/download/v${TEST_SPLITTER_VERSION}/test-splitter_${TEST_SPLITTER_VERSION}_linux_${ARCH}"
1414
sudo chmod +x /usr/bin/test-splitter
1515
test-splitter --version

0 commit comments

Comments
 (0)