From 15fec6cd3b63e547c3cedf35b8d58b8e09d1c25f Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Thu, 9 Mar 2023 12:10:17 +0100 Subject: tests: get rid of credentials repo since tests now use just execute as a remote endpoint --- etc/repos.json | 3 --- 1 file changed, 3 deletions(-) (limited to 'etc') diff --git a/etc/repos.json b/etc/repos.json index 9a56037a..9f34ad95 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -19,7 +19,6 @@ , "libcurl": "com_github_curl_curl" , "bzip2": "bzip2" , "libarchive": "com_github_libarchive_libarchive" - , "credentials": "test-credentials" } , "bootstrap": {"link": ["-lpthread"]} , "bootstrap_local": {"link": ["-lpthread"]} @@ -453,7 +452,5 @@ } , "bootstrap": {"drop": true} } - , "test-credentials": - {"repository": {"type": "file", "path": "test/etc/credentials"}} } } -- cgit v1.2.3