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 ce7d4b5 commit 1e22f44Copy full SHA for 1e22f44
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.7"
+export BITRISE_BUILD_CACHE_CLI_VERSION="v1.0.11"
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