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 ;;
|
Bump* ) export ELECTRON_RELEASE=1 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
set +x
|
|
||||||
|
|
||||||
if [[ -z "${ELECTRON_RELEASE}" ]]; then
|
if [[ -z "${ELECTRON_RELEASE}" ]]; then
|
||||||
echo "Generating Linux $TARGET_ARCH debug build"
|
echo "Generating Linux $TARGET_ARCH debug build"
|
||||||
else
|
else
|
||||||
echo "Generating Linux $TARGET_ARCH release build"
|
echo "Generating Linux $TARGET_ARCH release build"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -x
|
set +x
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue