Disable verbose logging of builds by default

This commit is contained in:
Greg Cymbalski
2025-12-15 17:21:22 -08:00
parent dd94d689aa
commit 9b007e434d
3 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -x
set -e
export EL_MAJOR_VER="${EL_MAJOR_VER:-9.4}"
export EL_VER="${EL_VER:-${EL_MAJOR_VER}}"

View File

@@ -1,6 +1,5 @@
#!/bin/bash
set -ex
set -e
export EL_MAJOR_VER="${EL_MAJOR_VER:-9.5}"
export EL_VER="${EL_VER:-${EL_MAJOR_VER}}"

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -x
set -e
. /etc/os-release