Skip to content

Commit

Permalink
Merge pull request #1344 from buildkite/buildkite/bump_test_splitter_…
Browse files Browse the repository at this point in the history
…version_v0.7.3

Upgrade test-splitter-client to v0.7.3
  • Loading branch information
wooly authored Jul 25, 2024
2 parents d37a77e + 1d6efec commit 024213b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packer/linux/scripts/install-buildkite-test-splitter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ aarch64) ARCH=arm64 ;;
*) ARCH=unknown ;;
esac

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

0 comments on commit 024213b

Please sign in to comment.