From 62ef52a4cd8d319302fa47511ddaccc46b5bcd6b Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 22 Mar 2021 01:08:48 -0400 Subject: [PATCH] debug: enable set -x --- .github/commands/ci-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/commands/ci-setup b/.github/commands/ci-setup index a521a30f0..85e7ee56b 100755 --- a/.github/commands/ci-setup +++ b/.github/commands/ci-setup @@ -1,5 +1,6 @@ #!/usr/bin/env bash set -eo pipefail +set -x echo "=====> set hostname" hostname