From efae872131f855c77b5deef33e69500d7c456674 Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Wed, 3 Oct 2018 10:27:34 +0530 Subject: Switch over to using a python script for bz-post Change-Id: I018c5049d69229a0741a9f455c032f87697cfa0b --- build-gluster-org/jobs/bugzilla-post.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-gluster-org/jobs/bugzilla-post.yml b/build-gluster-org/jobs/bugzilla-post.yml index e64cd9f..01307b9 100644 --- a/build-gluster-org/jobs/bugzilla-post.yml +++ b/build-gluster-org/jobs/bugzilla-post.yml @@ -38,7 +38,7 @@ name: GERRIT_BRANCH builders: - - shell: !include-raw: ../scripts/bugzilla-post.sh + - shell: /opt/qa/github/handle_bugzilla.py wrappers: - timestamps -- cgit