From 2e2a17356715884e49877fb7d7808bdb4041900e Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Sat, 16 Mar 2019 12:14:43 -0400 Subject: 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 --- contrib/cirrus/setup_environment.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/cirrus/setup_environment.sh') 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" -- cgit v1.2.3-54-g00ecf