Skip to content

Commit

Permalink
Remove build results if not running in CI mode
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed May 9, 2017
1 parent b3ee1e5 commit 688fbc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/create-release.sh
Expand Up @@ -289,6 +289,7 @@ if [ $do_test -eq 1 ] ; then
exit $test_ret
fi
# Remove libs installed for testing
rm -rf build
if [ ! -d libraries/tcpdf ] ; then
composer update --no-dev
fi
Expand Down

0 comments on commit 688fbc0

Please sign in to comment.