From 7b22aa542f79cba21d0f161e352a77669724027f Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Apr 12 2018 13:43:07 +0000 Subject: debug the environment in the ci_tests script --- diff --git a/run_ci_tests.sh b/run_ci_tests.sh index 45c709a..3bd29f9 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -9,6 +9,10 @@ sysctl -w fs.file-max=2048 set -e +echo "============== ENVIRONMENT =============" +/usr/bin/env +echo "============== END ENVIRONMENT =============" + if [ -n "$REPO" -a -n "$BRANCH" ]; then git remote rm proposed || true git gc --auto