From: Johannes Schindelin Date: Wed, 8 Apr 2020 04:05:32 +0000 (+0700) Subject: ci/lib: if CI type is unknown, show the environment variables X-Git-Tag: v2.27.0-rc0~69^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5127e8cf7aa78906959d71150200860b4c7e491a;p=thirdparty%2Fgit.git ci/lib: if CI type is unknown, show the environment variables This should help with adding new CI-specific if-else arms. Signed-off-by: Johannes Schindelin Signed-off-by: Đoàn Trần Công Danh Signed-off-by: Junio C Hamano --- diff --git a/ci/lib.sh b/ci/lib.sh index 87cd29bab6..bda746df68 100755 --- 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