From 308dd903e43c0223877c25ff4f096c4ce5df81f4 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Tue, 5 Nov 2024 14:58:51 +0100 Subject: [PATCH] Don't use GitLab links for plan import The import stuff is being evaluated way too early in the pipeline when there's no GitLab token, so it fails. Let's fall back to an internal dist-git URL to work around this. Follow-up for 025b8050ceb7a50ade4aaed6f6e5f36c5a675447. --- plans.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plans.fmf b/plans.fmf index ead5bf5..97b8a14 100644 --- a/plans.fmf +++ b/plans.fmf @@ -1,5 +1,5 @@ /tier1-internal: plan: import: - url: https://gitlab.com/redhat/rhel/tests/nghttp2.git + url: https://pkgs.devel.redhat.com/git/tests/nghttp2 name: /plans/all