ci/lib: if CI type is unknown, show the environment variables
authorJohannes Schindelin <redacted>
Wed, 8 Apr 2020 04:05:32 +0000 (11:05 +0700)
committerJunio C Hamano <redacted>
Wed, 8 Apr 2020 05:17:10 +0000 (22:17 -0700)
This should help with adding new CI-specific if-else arms.

Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Đoàn Trần Công Danh <redacted>
Signed-off-by: Junio C Hamano <redacted>
ci/lib.sh

index 87cd29bab691be1d8ad662c5f7952f93133c277c..bda746df682c95e4757fef4a1c6785665c72e951 100755 (executable)
--- a/ci/lib.sh
+++ b/ci/lib.sh
@@ -138,6 +138,7 @@ then
        GIT_TEST_OPTS="--no-chain-lint --no-bin-wrappers $GIT_TEST_OPTS"
 else
        echo "Could not identify CI type" >&2
+       env >&2
        exit 1
 fi
 
git clone https://git.99rst.org/PROJECT