diff --git a/scripts/ci_package.sh b/scripts/ci_package.sh index 33ac67fe24..b6daf0524d 100755 --- a/scripts/ci_package.sh +++ b/scripts/ci_package.sh @@ -4,8 +4,7 @@ # react-sdk & js-sdk checkouts, for the case where these dependencies # are git checkouts. -set -e -set -x +set -ex rm dist/riot-*.tar.gz || true # rm previous artifacts without failing if it doesn't exist