jjb: Add env and os details printing to build jobs
[lttng-ci.git] / scripts / babeltrace / pylint.sh
index ffb45b9ec98a699fb4f03c00d79fd031f8e11e0f..839d86266da2edfe4c686ac06e0967b9e4d02270 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -exu
+#!/bin/bash
 #
 # Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
 # Copyright (C) 2019 Francis Deslauriers <francis.deslauriers@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
+
 set -o pipefail
 
 PYTHON3=python3
This page took 0.025809 seconds and 4 git commands to generate.