From cbd8790c4d1b7e161e5f7056f7e372238d790897 Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Wed, 23 Jan 2019 20:28:41 -0600 Subject: [PATCH] Echo back commands --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d622b7b..f4c46c5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -255,6 +255,7 @@ # Pylint: script: + - set -x - EXTRA_INSTALL="pybind11 numpy mako" - py_version=3.6 - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh -- GitLab