From 33d46171f76d737f76eae3a73257a97098f5da2a Mon Sep 17 00:00:00 2001 From: Bitrise Tooling Bot <38323140+bitrise-devs-bot@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:05:22 +0100 Subject: [PATCH] feat: update CLI to release (#60) Co-authored-by: J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) --- step.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step.sh b/step.sh index 9994e59..df4941f 100644 --- a/step.sh +++ b/step.sh @@ -30,7 +30,7 @@ echo "Bitrise Build Cache is activated in this workspace, configuring the build set -x # download the Bitrise Build Cache CLI -export BITRISE_BUILD_CACHE_CLI_VERSION="v0.15.12" +export BITRISE_BUILD_CACHE_CLI_VERSION="v0.15.13" curl --retry 5 -sSfL 'https://raw.githubusercontent.com/bitrise-io/bitrise-build-cache-cli/main/install/installer.sh' | sh -s -- -b /tmp/bin -d $BITRISE_BUILD_CACHE_CLI_VERSION if [ "$collect_metrics" != "true" ] && [ "$collect_metrics" != "false" ]; then