From 60a6e059d9de392d6a05ab533a511e2f0d8f7013 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 2 Mar 2015 09:12:55 -0500 Subject: Fix genesis-merge jobs not launching Genesis merge jobs are no launching because it's checking against a file path that does not exist for this repo. This patch removes the filepath. Change-Id: I938fb4f688f094696a0b5b6942f059f6349df3c5 Signed-off-by: Thanh Ha --- jjb/genesis/genesis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/jjb/genesis/genesis.yml b/jjb/genesis/genesis.yml index c527565df..72c978db5 100644 --- a/jjb/genesis/genesis.yml +++ b/jjb/genesis/genesis.yml @@ -167,9 +167,6 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/master' - file-paths: - - compare-type: ANT - pattern: jjb/** builders: - shell: | -- cgit 1.2.3-korg