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

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -ouex pipefail
set -oue pipefail
# Add custom repos.
repos=$(yq '.extrarepos[]' < /usr/etc/ublue-recipe.yml)