Include marker file for release notes

This is so that we can create a list of directories to ignore when we
rsync documentation builds to a publishing site. Some builds are
published as subdirectories underneath the results of superior builds.
This allows those superior builds to be rsynced without removing the
other builds that were published under them.

Change-Id: Ie2eb32c4853188fa059018dffb0e161fcf95c085
This commit is contained in:
Andreas Jaeger 2016-09-14 10:46:12 +02:00
parent 51b85065d3
commit 20973c3e6b

View File

@ -74,6 +74,11 @@
git checkout origin/master
- tox:
envlist: 'releasenotes'
- shell: |
#!/bin/bash -xe
MARKER_TEXT="Project: $ZUUL_PROJECT Ref: $ZUUL_REFNAME Build: $ZUUL_UUID"
echo $MARKER_TEXT > releasenotes/build/html/.root-marker
publishers:
- ftp: