From 6aa24d1036c2417db5590d8c79602a018827f646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20P=C3=A1ral?= Date: Wed, 9 Aug 2017 16:51:13 +0200 Subject: [PATCH] taskotron-stg: try to fix critpath url --- inventory/group_vars/taskotron-stg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/taskotron-stg b/inventory/group_vars/taskotron-stg index 92cb34710f..287c69bd85 100644 --- a/inventory/group_vars/taskotron-stg +++ b/inventory/group_vars/taskotron-stg @@ -53,7 +53,7 @@ resultsdb_url: http://resultsdb-stg01.qa.fedoraproject.org/resultsdb_api/api/v2. taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/ # make sure this doesn't have a trailing slash trigger_distgit_repo_url: git://pkgs02.phx2.fedoraproject.org -trigger_critpath_url: https://admin.fedoraproject.org/pkgdb/api/critpath?format=json +trigger_critpath_url: https://admin.stg.fedoraproject.org/pkgdb/api/critpath?format=json instances: - { name: "Production", url: "https://taskotron.fedoraproject.org"}