Skip to content

Commit

Permalink
feat: Bump CLI to log plugin versions and fix build tool header (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsolt-marta-bitrise authored Jan 20, 2025
1 parent 1a66cdc commit dd7cd01
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.8"
export BITRISE_BUILD_CACHE_CLI_VERSION="v0.15.9"
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 dd7cd01

Please sign in to comment.