diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2023-03-09 12:10:17 +0100 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2023-03-10 09:38:39 +0100 |
commit | 15fec6cd3b63e547c3cedf35b8d58b8e09d1c25f (patch) | |
tree | 74c34d990062fd7524deb2f1d782238dafdf230c /etc | |
parent | c3b13b4932e26805100cfafc695eed822f7c3051 (diff) | |
download | justbuild-15fec6cd3b63e547c3cedf35b8d58b8e09d1c25f.tar.gz |
tests: get rid of credentials repo since tests now use just execute as a remote endpoint
Diffstat (limited to 'etc')
-rw-r--r-- | etc/repos.json | 3 |
1 files changed, 0 insertions, 3 deletions
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"}} } } |