We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fb3c4 commit c7da023Copy full SHA for c7da023
step.sh
@@ -28,7 +28,7 @@ fi
28
echo "Bitrise Build Cache is activated in this workspace, configuring the build environment ..."
29
30
# download the Bitrise Build Cache CLI
31
-export BITRISE_BUILD_CACHE_CLI_VERSION="v1.0.0-alpha1"
+export BITRISE_BUILD_CACHE_CLI_VERSION="v1.0.0-alpha2"
32
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
33
34
# Fall back to Artifact Registry if the download failed
0 commit comments