mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove command logging
This commit is contained in:
committed by
Aleksei Kuzmin
parent
f79a90161c
commit
ddefc08ec5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user