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 024213b + 9bcbde7 commit 7cbc9a3Copy full SHA for 7cbc9a3
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.3
+TEST_SPLITTER_VERSION=0.8.0
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/v${TEST_SPLITTER_VERSION}/test-splitter-linux-${ARCH}"
+ "https://github.com/buildkite/test-splitter/releases/download/v${TEST_SPLITTER_VERSION}/test-splitter_${TEST_SPLITTER_VERSION}_linux_${ARCH}"
14
sudo chmod +x /usr/bin/test-splitter
15
test-splitter --version
0 commit comments