mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
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:
parent
a333bb922d
commit
d0d04af59f
1 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue