Skip to content

Commit 1e22f44

Browse files
chore: Bump CLI (#19)
1 parent ce7d4b5 commit 1e22f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

step.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828
echo "Bitrise Build Cache is activated in this workspace, configuring the build environment ..."
2929

3030
# download the Bitrise Build Cache CLI
31-
export BITRISE_BUILD_CACHE_CLI_VERSION="v1.0.7"
31+
export BITRISE_BUILD_CACHE_CLI_VERSION="v1.0.11"
3232
curl --retry 5 -m 30 -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 || true
3333

3434
# Fall back to Artifact Registry if the download failed

0 commit comments

Comments
 (0)