Add set -e to package.sh
This commit is contained in:
parent
b7c4d51d0a
commit
f370ac6a0b
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
|
|||
|
||||
export REPOROOT="$(cd -P "$DIR/../.." && pwd)"
|
||||
|
||||
set -e
|
||||
|
||||
source "$DIR/../common/_common.sh"
|
||||
|
||||
if [ -z "$DOTNET_CLI_VERSION" ]; then
|
||||
|
|
Loading…
Reference in a new issue