jjb: Add env and os details printing to build jobs
[lttng-ci.git] / scripts / lttng-analyses / build.sh
index 8d193d965b3d56b4c9af3d215bf2b78728375a8a..de86ae89e213845f30f851c2bda7b87975741855 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -exu
+#!/bin/bash
 #
 # Copyright (C) 2015 - Michael Jeanson <mjeanson@efficios.com>
 #
@@ -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
+
 # Has to be set in the environment
 #CODECOV_TOKEN=""
 
This page took 0.024127 seconds and 4 git commands to generate.