jjb: Add env and os details printing to build jobs
[lttng-ci.git] / scripts / lttng-modules / param-build.sh
index e8709d2e0200bbbed7beda97d9b92d15442554ea..dbfa5eea68eb98124ecb910f7ae265f6ca2f725e 100644 (file)
@@ -1,6 +1,6 @@
-#!/bin/bash -exu
+#!/bin/bash
 #
-# Copyright (C) 2016-2019 Michael Jeanson <mjeanson@efficios.com>
+# Copyright (C) 2016-2019 Michael Jeanson <mjeanson@efficios.com>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -15,6 +15,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
+
 # Parameters
 arch=${arch:-}
 cross_arch=${cross_arch:-}
This page took 0.023925 seconds and 4 git commands to generate.