Add documentation for new ENV variables

This commit is contained in:
David Taylor 2017-08-18 22:03:09 +01:00
parent 5c80d4bcdd
commit ea43f50f6d
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
# Other useful environment variables (not specific to this rake task)
# => COMMIT_HASH used by the discourse_test docker image to load a specific commit of discourse
# this can also be set to a branch, e.g. "origin/tests-passed"
# => SKIP_LINT if using the discourse_test docker image, this will skip the docker:test task, and only run the docker:lint task
# => LINT_ONLY if using the discourse_test docker image, this will skip the docker:lint task, and only run the docker:test task
#
# Example usage:
# Run all core and plugin tests: