Skip to content

Commit c7da023

Browse files
chore: Bump CLI (#4)
1 parent a6fb3c4 commit c7da023

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.0-alpha1"
31+
export BITRISE_BUILD_CACHE_CLI_VERSION="v1.0.0-alpha2"
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)