Remove command logging
This commit is contained in:
parent
f79a90161c
commit
ddefc08ec5
1 changed files with 1 additions and 4 deletions
|
@ -5,16 +5,13 @@ case ${MESSAGE} in
|
|||
Bump* ) export ELECTRON_RELEASE=1 ;;
|
||||
esac
|
||||
|
||||
set +x
|
||||
|
||||
if [[ -z "${ELECTRON_RELEASE}" ]]; then
|
||||
echo "Generating Linux $TARGET_ARCH debug build"
|
||||
else
|
||||
echo "Generating Linux $TARGET_ARCH release build"
|
||||
fi
|
||||
|
||||
set -x
|
||||
|
||||
set +x
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue