Periodically release project.opendev volume

So that we can use this to publish docs on docs.opendev.org.

Change-Id: I4ffeb7f2325eea7446eb1ffa2640a396e80d7aa0
This commit is contained in:
James E. Blair 2019-03-21 08:28:22 -07:00
parent a38f3e5c73
commit 7b190db166
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ VOLUMES = ['docs',
'docs.dev',
'project.starlingx',
'project.zuul',
'project.opendev',
]
log = logging.getLogger("release")