From be9923e9494c843805ff1d2dd1375ccac8df871e Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Wed, 9 Mar 2022 16:29:35 +0100 Subject: [PATCH] Show environment during test builds (#474) This is helpful sometimes in diagnosing remote errors --- scripts/gh-build-crate.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/gh-build-crate.sh b/scripts/gh-build-crate.sh index f0fdd440..4c901f7a 100755 --- a/scripts/gh-build-crate.sh +++ b/scripts/gh-build-crate.sh @@ -31,6 +31,9 @@ alr index --name local --add ./index # Remove community index in case it has been added before alr index --del community || true +# Show environment for the record +env + # Test crate for file in $CHANGES; do