ci: Cut out commented-out versions of tools/lint calls.

This may or may not be temporary, but either way, the other code is
there in source control, and the "why" of disabling gitlint is the
helpful bit for a comment.
This commit is contained in:
Greg Price 2018-02-01 11:37:00 -08:00
parent eef0d2a776
commit 34f4c822cb
2 changed files with 2 additions and 6 deletions

View File

@ -6,9 +6,7 @@ echo "Test suite is running under $(python --version)."
set -e
set -x
#./tools/lint --backend ${CIRCLECI:+--no-gitlint}
# TEMP: turn off git lint
./tools/lint --backend --no-gitlint
./tools/lint --backend --no-gitlint # gitlint disabled because flaky
./tools/test-tools
./tools/test-backend --coverage

View File

@ -5,9 +5,7 @@ source tools/travis/activate-venv
set -e
set -x
# ./tools/lint --frontend
# TEMP: turn off git lint
./tools/lint --frontend --no-gitlint
./tools/lint --frontend --no-gitlint # gitlint disabled because flaky
# Run the node tests first, since they're fast and deterministic
./tools/test-js-with-node --coverage