fix ci: temporarily disable bitbucket testing as bitbucket is down

fix ci

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2025-05-31 00:46:57 +10:00 committed by GitHub
parent a333bb922d
commit d0d04af59f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,13 +16,14 @@ export PATH="$CARGO_HOME/bin:$PATH"
# --disable-strategies compile \ # --disable-strategies compile \
# cargo-binstall # cargo-binstall
# Test default BitBucket pkg-url templates # temporarily disable bitbucket testing as bitbucket is down
"./$1" binstall \ ## Test default BitBucket pkg-url templates
--force \ #"./$1" binstall \
--manifest-path "manifests/bitbucket-test-Cargo.toml" \ # --force \
--no-confirm \ # --manifest-path "manifests/bitbucket-test-Cargo.toml" \
--disable-strategies compile \ # --no-confirm \
cargo-binstall # --disable-strategies compile \
# cargo-binstall
# Test that the installed binaries can be run # Test that the installed binaries can be run
cargo binstall --help >/dev/null cargo binstall --help >/dev/null