jjb: Add env and os details printing to build jobs
[lttng-ci.git] / scripts / kernel / build.sh
index 614f1d8f4446b39520183612410ba7dd5bbd6d48..0134eda4638c41c76dcec9904eafa4127c05b7e4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -exu
+#!/bin/sh
 #
 # Copyright (C) 2015 - Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
 #                      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
+
 #Check if ccache is present
 #if [ -d /usr/lib/ccache ]; then
 #      echo "Using CCACHE"
This page took 0.023639 seconds and 4 git commands to generate.