mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-05 10:26:36 +00:00
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>
This commit is contained in:
parent
a333bb922d
commit
a42083c146
1 changed files with 16 additions and 15 deletions
|
@ -16,21 +16,22 @@ 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
|
#
|
||||||
cargo binstall --help >/dev/null
|
## 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 -V)"
|
||||||
|
#echo "$cargo_binstall_version"
|
||||||
[ "$cargo_binstall_version" = "cargo-binstall 0.12.0" ]
|
#
|
||||||
|
#[ "$cargo_binstall_version" = "cargo-binstall 0.12.0" ]
|
||||||
|
|
||||||
# Test default Github pkg-url templates,
|
# Test default Github pkg-url templates,
|
||||||
# with bin-dir provided
|
# with bin-dir provided
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue