jjb: Add env and os details printing to build jobs
[lttng-ci.git] / scripts / common / override-build-std.sh
index 003ee7a52270d85ef857d086615c84b4647dd982..658c01f8265bb3a1e6e146b4ab44797f2932bea6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -exu
+#!/bin/bash
 #
 # Copyright (C) 2020 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
 #
@@ -18,5 +18,7 @@
 # This file should be used as a jenkins job builder RAW import allowing the
 # override of the "build" variable on shell builder execution.
 
+set -exu
+
 # shellcheck disable=SC2034
 build=std
This page took 0.024155 seconds and 4 git commands to generate.