Skip to content

Commit

Permalink
feat: update CLI to release (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitrise-devs-bot and J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) authored Jan 28, 2025
1 parent 62ff5a1 commit 33d4617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33d4617

Please sign in to comment.