From 111341019555dfe38546318d63025c0086830e2d Mon Sep 17 00:00:00 2001 From: Jean-Michel Picod <jmichel@google.com> Date: Tue, 25 Feb 2020 09:27:57 +0100 Subject: [PATCH] Debug why Github workflow is failing here --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 45b5138..25dae22 100755 --- a/setup.sh +++ b/setup.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -e +set -ex # Ensure the script doesn't fail on Github workflows export TERM=${TERM:-vt100} -- GitLab