Skip to content

Commit

Permalink
feat: Bump CLI to secure cache connections (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsolt-marta-bitrise authored Jan 29, 2025
1 parent 0f9164e commit 17a9130
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.10"}
export BITRISE_BUILD_CACHE_CLI_VERSION=${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

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

0 comments on commit 17a9130

Please sign in to comment.