Disable GitLab e2e-test due to them deleting my account & repo (#836)

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-02-28 14:02:34 +11:00 committed by GitHub
parent e13354e8fa
commit fc4b02e7bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,12 +8,12 @@ export CARGO_HOME=$(mktemp -d 2>/dev/null || mktemp -d -t 'cargo-home')
export PATH="$CARGO_HOME/bin:$PATH" export PATH="$CARGO_HOME/bin:$PATH"
# Test default GitLab pkg-url templates # Test default GitLab pkg-url templates
"./$1" binstall \ #"./$1" binstall \
--force \ # --force \
--manifest-path "manifests/gitlab-test-Cargo.toml" \ # --manifest-path "manifests/gitlab-test-Cargo.toml" \
--no-confirm \ # --no-confirm \
--disable-strategies compile \ # --disable-strategies compile \
cargo-binstall # cargo-binstall
# Test default BitBucket pkg-url templates # Test default BitBucket pkg-url templates
"./$1" binstall \ "./$1" binstall \