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 d37a77e + 1d6efec commit 024213bCopy full SHA for 024213b
packer/linux/scripts/install-buildkite-test-splitter.sh
@@ -7,9 +7,9 @@ aarch64) ARCH=arm64 ;;
7
*) ARCH=unknown ;;
8
esac
9
10
-TEST_SPLITTER_VERSION=0.7.2
+TEST_SPLITTER_VERSION=0.7.3
11
echo "Downloading test-splitter v${TEST_SPLITTER_VERSION}..."
12
sudo curl -Lsf -o /usr/bin/test-splitter \
13
- "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}"
14
sudo chmod +x /usr/bin/test-splitter
15
test-splitter --version
0 commit comments