Merge "Do not fail on publishing command"

This commit is contained in:
Jenkins 2015-05-10 06:00:46 +00:00 committed by Gerrit Code Review
commit 3251d755b5

@ -87,7 +87,7 @@ commands =
# Do not publish Debian guide
rm -rf publish-docs/draft/install-guide/install/apt-debian
# Publish install-guide and config-reference to /kilo
cp -a publish-docs/draft publish-docs/kilo
bash -c "cp -a publish-docs/draft publish-docs/kilo || true"
# Replace links to /draft with links to /kilo/
# This needs bash so that tox does not interpret the *
bash -c "sed -i -e 's|/draft/|/kilo/|g' publish-docs/kilo/*/atom.xml publish-docs/kilo/*/*/*/atom.xml publish-docs/kilo/*/*.html publish-docs/kilo/*/*/*/*/*.html publish-docs/kilo/*/*/*/*.html publish-docs/kilo/*/*/*.html publish-docs/kilo/*/*.html || true"