diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-09-08 16:54:44 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-09-08 16:55:14 +0200 |
commit | 8fe95abe805973d0a0fd22c6dfe690293bd0ae12 (patch) | |
tree | 99b8c7811aec598260f36ff39f0b87284460ba86 | |
parent | 2af9dd90c25da1fa47043cd789a41e2f3f9e1018 (diff) |
Fix bug in builder-merge
Changes in utils might need to be reflected back to jobs and builder-merge
job should be triggered when a change comes in to utils dir.
Change-Id: I235d37c3e9023866ae974dfabdc1fa5a48d51128
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
-rw-r--r-- | jjb/releng-jobs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index b02853398..a2f597b10 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -116,9 +116,9 @@ file-paths: - compare-type: ANT pattern: jjb/** - forbidden-file-paths: - compare-type: ANT pattern: utils/** + forbidden-file-paths: - compare-type: ANT pattern: docs/** |