From d0d04af59f65cdef91f2f80ffec60d3ccf0d0ee9 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Sat, 31 May 2025 00:46:57 +1000 Subject: [PATCH] fix ci: temporarily disable bitbucket testing as bitbucket is down fix ci Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- e2e-tests/other-repos.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/e2e-tests/other-repos.sh b/e2e-tests/other-repos.sh index 917a21aa..fbf34c45 100755 --- a/e2e-tests/other-repos.sh +++ b/e2e-tests/other-repos.sh @@ -16,13 +16,14 @@ export PATH="$CARGO_HOME/bin:$PATH" # --disable-strategies compile \ # cargo-binstall -# Test default BitBucket pkg-url templates -"./$1" binstall \ - --force \ - --manifest-path "manifests/bitbucket-test-Cargo.toml" \ - --no-confirm \ - --disable-strategies compile \ - cargo-binstall +# temporarily disable bitbucket testing as bitbucket is down +## Test default BitBucket pkg-url templates +#"./$1" binstall \ +# --force \ +# --manifest-path "manifests/bitbucket-test-Cargo.toml" \ +# --no-confirm \ +# --disable-strategies compile \ +# cargo-binstall # Test that the installed binaries can be run cargo binstall --help >/dev/null