Skip to content

Commit

Permalink
chore: Bump CLI (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsolt-marta-bitrise authored Jan 9, 2025
1 parent 4dfd56f commit 7c3153a
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 @@ -28,7 +28,7 @@ echo "Bitrise Build Cache is activated in this workspace"
set -x

# download the Bitrise Build Cache CLI
export BITRISE_BUILD_CACHE_CLI_VERSION=${BITRISE_BUILD_CACHE_CLI_VERSION:="v0.15.0"}
export BITRISE_BUILD_CACHE_CLI_VERSION=${BITRISE_BUILD_CACHE_CLI_VERSION:="v0.15.5"}
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

cmd="/tmp/bin/bitrise-build-cache restore-gradle-configuration-cache"
Expand Down

0 comments on commit 7c3153a

Please sign in to comment.