From cdd170d5b25109c1ae98599e64645ac5bf57961a Mon Sep 17 00:00:00 2001 From: Scott Poore Date: Tue, 29 Jun 2021 07:51:00 -0500 Subject: [PATCH] Fix git repo used to pull gating tests Resolves: rhbz#1977088 --- tests/scripts/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index 8bc8093..0851e0f 100644 --- a/tests/scripts/run_tests.sh +++ b/tests/scripts/run_tests.sh @@ -1,7 +1,7 @@ #!/bin/bash export GIT_SSL_NO_VERIFY=true -git clone -b add_federation_tests https://github.com/spoore1/federation_testing.git +git clone https://github.com/latchset/federation_testing.git cd federation_testing if [ ! -d /tmp/artifacts ]; then