From 47cb7d3098fd7b9d7dedc8d2fbca0f22e33245ff Mon Sep 17 00:00:00 2001 From: Scott Poore Date: Tue, 29 Jun 2021 07:42:25 -0500 Subject: [PATCH] Fix git repo used to pull gating tests Resolves: rhbz#1977068 --- 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 995c017..d0ea624 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