From b0807054c1619c1013d5aa52199b731d96d8ebc0 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 1 Mar 2015 21:51:48 -0500 Subject: [PATCH] Fix genesis-verify jobs not launching Genesis verify jobs are not launch because it's checking against a file path that does not exist for this repo. This patch removes the filepath. Change-Id: I578581e2e8fc3ecf8c4d610e5bd5376febe9061d Signed-off-by: Thanh Ha --- jjb/genesis/genesis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/jjb/genesis/genesis.yml b/jjb/genesis/genesis.yml index aa89990f6..86952f074 100644 --- a/jjb/genesis/genesis.yml +++ b/jjb/genesis/genesis.yml @@ -108,11 +108,6 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/master' - file-paths: - - compare-type: ANT - pattern: jjb/** - - compare-type: ANT - pattern: jjb-templates/** builders: - shell: | -- 2.16.6