docs: Abort update script on error

If building documentation fails, there's no point in trying to update
the repo.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2017-08-22 10:28:38 +02:00
parent c9d95f5f6f
commit c14c28a157
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
# Copyright (C) 2015 Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0
set -e
git clone https://pagure.io/pungi.git /tmp/pungi
pushd /tmp/pungi/doc
make html