diff options
Diffstat (limited to 'ci/clean.sh')
-rwxr-xr-x | ci/clean.sh | 2 |
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 |