From a42083c1460fd215dbe1e3a5a905ab5a4f0555c6 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Sat, 31 May 2025 01:41:30 +1000 Subject: [PATCH] fix ci: temporarily disable bitbucket testing as bitbucket is down (#2171) * fix ci: temporarily disable bitbucket testing as bitbucket is down fix ci Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Fix other-repos.sh Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Fix other-repos.sh (#2172) Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --------- Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- e2e-tests/other-repos.sh | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/e2e-tests/other-repos.sh b/e2e-tests/other-repos.sh index 917a21aa..d492d126 100755 --- a/e2e-tests/other-repos.sh +++ b/e2e-tests/other-repos.sh @@ -16,21 +16,22 @@ 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 - -# Test that the installed binaries can be run -cargo binstall --help >/dev/null - -cargo_binstall_version="$(cargo binstall -V)" -echo "$cargo_binstall_version" - -[ "$cargo_binstall_version" = "cargo-binstall 0.12.0" ] +# 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 +# +#cargo_binstall_version="$(cargo binstall -V)" +#echo "$cargo_binstall_version" +# +#[ "$cargo_binstall_version" = "cargo-binstall 0.12.0" ] # Test default Github pkg-url templates, # with bin-dir provided