fix: remove extremely verbose "x" flag

The debug "x" flag that prints every command is really excessive.
This commit is contained in:
Arcitec
2023-05-09 16:29:59 +02:00
committed by Eino Rauhala
parent d09dd76243
commit 20e0a06588
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
# Tell this script to exit if there are any errors.
# You should have this in every custom script, to ensure that your completed
# builds actually ran successfully without any errors!
set -ouex pipefail
set -oue pipefail
# Your code goes here.
echo 'This is an example shell script'