From fc4b02e7bce2d12bdea74280874f0225dd7f694b Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Tue, 28 Feb 2023 14:02:34 +1100 Subject: [PATCH] Disable GitLab e2e-test due to them deleting my account & repo (#836) Signed-off-by: Jiahao XU --- e2e-tests/other-repos.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/e2e-tests/other-repos.sh b/e2e-tests/other-repos.sh index 2097da43..4e932d75 100755 --- a/e2e-tests/other-repos.sh +++ b/e2e-tests/other-repos.sh @@ -8,12 +8,12 @@ export CARGO_HOME=$(mktemp -d 2>/dev/null || mktemp -d -t 'cargo-home') export PATH="$CARGO_HOME/bin:$PATH" # Test default GitLab pkg-url templates -"./$1" binstall \ - --force \ - --manifest-path "manifests/gitlab-test-Cargo.toml" \ - --no-confirm \ - --disable-strategies compile \ - cargo-binstall +#"./$1" binstall \ +# --force \ +# --manifest-path "manifests/gitlab-test-Cargo.toml" \ +# --no-confirm \ +# --disable-strategies compile \ +# cargo-binstall # Test default BitBucket pkg-url templates "./$1" binstall \