diff options
author | Thanh Ha <thanh.ha@linuxfoundation.org> | 2015-03-01 21:51:48 -0500 |
---|---|---|
committer | Thanh Ha <thanh.ha@linuxfoundation.org> | 2015-03-01 21:51:50 -0500 |
commit | b0807054c1619c1013d5aa52199b731d96d8ebc0 (patch) | |
tree | d58a55ac6848c121a4856184839802f71706957a /jjb | |
parent | cbd25e6b66e0f6500489e53e9e2e0f1420fca56f (diff) |
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 <thanh.ha@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/genesis/genesis.yml | 5 |
1 files changed, 0 insertions, 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: | |