summaryrefslogtreecommitdiff
path: root/contrib/cirrus/setup_environment.sh
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-03-16 12:14:43 -0400
committerChris Evich <cevich@redhat.com>2019-03-16 12:14:43 -0400
commit2e2a17356715884e49877fb7d7808bdb4041900e (patch)
treeb570e2574b5a3c199adf49674d320d85d2726aa5 /contrib/cirrus/setup_environment.sh
parent97fb49571828b9d206ff284ed18448f96ae877e9 (diff)
downloadpodman-2e2a17356715884e49877fb7d7808bdb4041900e.tar.gz
podman-2e2a17356715884e49877fb7d7808bdb4041900e.tar.bz2
podman-2e2a17356715884e49877fb7d7808bdb4041900e.zip
Cirrus: Fix post-merge failure notice
Likely caused by rebase typos after removing test-commit. This fixes notifications to actually get sent. Also show env. vars after setting up the environment - helps debugging. Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/setup_environment.sh')
-rwxr-xr-xcontrib/cirrus/setup_environment.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index ead2f7343..618027ecd 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -89,4 +89,6 @@ then
fi
fi
+show_env_vars
+
record_timestamp "env. setup end"