diff options
author | Kamil Páral <kparal@redhat.com> | 2017-08-09 16:51:13 +0200 |
---|---|---|
committer | Kamil Páral <kparal@redhat.com> | 2017-08-09 16:51:13 +0200 |
commit | 6aa24d1036c2417db5590d8c79602a018827f646 (patch) | |
tree | c6532d118eb3d08758e2060031bec209ebbb29f7 | |
parent | 6b67be1f420466b89933fdff8c4b3b07f901ac1d (diff) | |
download | ansible-6aa24d1036c2417db5590d8c79602a018827f646.tar.gz ansible-6aa24d1036c2417db5590d8c79602a018827f646.tar.xz ansible-6aa24d1036c2417db5590d8c79602a018827f646.zip |
taskotron-stg: try to fix critpath url
-rw-r--r-- | inventory/group_vars/taskotron-stg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/group_vars/taskotron-stg b/inventory/group_vars/taskotron-stg index 92cb34710..287c69bd8 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"} |