jjb: Add env and os details printing to build jobs
[lttng-ci.git] / scripts / lttng-tools / release.sh
index 0bd5c5ca9ec8051e4043e415c009f3a1d27d798b..de65b7a830210635e01ed85cd3d325d7274091c6 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash -exu
+#!/bin/bash
 #
 # Copyright (C) 2015 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
 # Copyright (C) 2020 Michael Jeanson <mjeanson@efficios.com>
@@ -16,6 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+set -exu
+
 # Version compare functions
 vercomp () {
     set +u
This page took 0.024925 seconds and 4 git commands to generate.