diff options
author | Tim Rozet <trozet@redhat.com> | 2017-09-07 10:16:24 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-09-07 10:16:24 -0400 |
commit | 8cf6832548eac565f1e53597966f7a18a00b1727 (patch) | |
tree | b19bcd2a3436e3b0913c085842a739a779b64c27 /jjb | |
parent | 5283e9de99b87d74cb5bb28da04b48f17c02a3b6 (diff) |
Apex: temporarily disable strict forbidden file path
Change-Id: I360cd5ba894022cd30cf7237e8338ab2e213c940
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/apex/apex.yml | 2 | ||||
-rw-r--r-- | jjb/apex/apex.yml.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 92651e85c..158eee551 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -230,7 +230,7 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' - disable-strict-forbidden-file-verification: 'true' + disable-strict-forbidden-file-verification: 'false' forbidden-file-paths: - compare-type: ANT pattern: 'apex/tests/**' diff --git a/jjb/apex/apex.yml.j2 b/jjb/apex/apex.yml.j2 index 960839ad2..e907e2a61 100644 --- a/jjb/apex/apex.yml.j2 +++ b/jjb/apex/apex.yml.j2 @@ -142,7 +142,7 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' - disable-strict-forbidden-file-verification: 'true' + disable-strict-forbidden-file-verification: 'false' forbidden-file-paths: - compare-type: ANT pattern: 'apex/tests/**' |