From afc2b480731c0c7bbda86019e836d3981bc9b01e Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 26 Apr 2019 12:22:32 +0100 Subject: [PATCH] combine sets --- scripts/ci_package.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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