summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorThomas F Herbert <therbert@redhat.com>2017-01-26 12:31:26 -0500
committerThomas F Herbert <therbert@redhat.com>2017-01-26 12:37:58 -0500
commit4bf728e6fcf73602c05eb7af5392b0ad18602183 (patch)
tree26f23c89edc67b3bed634f1f1805f3ee82e1b729 /ci
parent5be83facc4d003b1d34afbd887865317cfdfd5ef (diff)
Fix build errors.
Change-Id: I06f30ff4dcbbea3464f02e61ce63c56af0f807c6 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/clean.sh b/ci/clean.sh
index 367c61d..7dab0ea 100755
--- a/ci/clean.sh
+++ b/ci/clean.sh
@@ -37,6 +37,6 @@ rm -rf rpmbuild
rm -rf rpms
rm -rf build
rm *.rpm
-ccache -C
+ccache -C || true
set -e
exit 0