summaryrefslogtreecommitdiffstats
path: root/jjb/opnfvdocs
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-10-02 15:03:06 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-10-02 15:03:06 +0200
commit76d6b19a8ef7cefc948dceda3913413c5de4239d (patch)
tree9762571a2fd6aef4c547f4a1c52985908f048aae /jjb/opnfvdocs
parent87540f44393578cafb1b01764440f29802a4c47c (diff)
[opnfvdocs] verify: Relax changed files pattern
Some changes alter the docs yet still don't trigger the verify job due to the pattern being too restrictive. Change-Id: I775bfdce5e31a4334d21da10ff3072268b2b6155 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'jjb/opnfvdocs')
-rw-r--r--jjb/opnfvdocs/docs-rtd.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/opnfvdocs/docs-rtd.yaml b/jjb/opnfvdocs/docs-rtd.yaml
index bfb9d63ec..87c37b3e6 100644
--- a/jjb/opnfvdocs/docs-rtd.yaml
+++ b/jjb/opnfvdocs/docs-rtd.yaml
@@ -77,7 +77,7 @@
server: 'gerrit.opnfv.org'
project: '**'
branch: '{branch}'
- files: 'docs/**/*.*'
+ files: 'docs/**'
builders:
- shell: |