Grab publish directory for service-types-authority better

The service-types-authority project creates a "publish" directory which
is what it thinks should be published. We want to include that in the
log dir, so that people can inspect it for accuracy. The curent rule is
not actually grabbing it.

Change-Id: Ic844f1d68ed752bf6f5cb5a60a182f34098b23e7
This commit is contained in:
Monty Taylor 2017-07-05 15:42:47 -05:00
parent d94fd80f1d
commit 9052ba0266
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
site: 'static.openstack.org'
files:
- target: 'logs/$LOG_PATH'
source: 'publish'
source: 'publish/**'
keep-hierarchy: true
copy-after-failure: true
- target: 'logs/$LOG_PATH'
@ -49,7 +49,7 @@
site: 'static.openstack.org'
files:
- target: 'service-types'
source: 'publish'
source: 'publish/**'
keep-hierarchy: false
copy-after-failure: false
- console-log