diff --git a/run_ci_tests.sh b/run_ci_tests.sh index 6f4aafc..9654df2 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