From 1f8c62fa744d20c385822c56adaa116250efabe0 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Wed, 1 Apr 2020 11:55:51 +0100 Subject: [PATCH] docs: wget replaced by curl - https://gitlab.com/curben/urlhaus-filter/-/commit/8638295afb7acce10348c9285e72e108e03ba04a --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 0922e56..d777806 100644 --- a/FAQ.md +++ b/FAQ.md @@ -13,7 +13,7 @@ + No, please report to the [upstream](https://urlhaus.abuse.ch/api/#submit). - Why don't you `wget top-1m.csv.zip` and output to stdout? - + If wget fails, top-1m.txt will be empty. Output as file avoids that. + + If curl fails, top-1m.txt will be empty. Output as file avoids that. - Why do you need to clone the repo again in your CI? I thought CI already fetch the repo by default? + GitLab Runner clone/fetch the repo using HTTPS method by default ([log](https://gitlab.com/curben/urlhaus-filter/-/jobs/105979394)). This method requires deploy *token* which is *read-only* (cannot push).