jjb: Add env and os details printing to build jobs
[lttng-ci.git] / scripts / lttng-ust-benchmarks / build.sh
index 10b1c05043c4af51ed283dbbe16812fb33888c20..a2799b9d1abf95a36ec01ece0868ce86457ce884 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash -exu
+#!/bin/bash
 #
 # Copyright (C) 2015, Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
 #               2016, 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
+
 SRCDIR="$WORKSPACE/src/$PROJECT_NAME"
 
 # Create build directory
This page took 0.02353 seconds and 4 git commands to generate.