diff options
author | Chris Evich <cevich@redhat.com> | 2019-03-16 12:14:43 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-03-16 12:14:43 -0400 |
commit | 2e2a17356715884e49877fb7d7808bdb4041900e (patch) | |
tree | b570e2574b5a3c199adf49674d320d85d2726aa5 /contrib/cirrus/setup_environment.sh | |
parent | 97fb49571828b9d206ff284ed18448f96ae877e9 (diff) | |
download | podman-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-x | contrib/cirrus/setup_environment.sh | 2 |
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" |