Skip to content

Commit

Permalink
Add note for SPRING_PROFILES_ACTIVE in contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and snicoll committed Dec 21, 2020
1 parent f4ce82d commit 74b704b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ added after the original pull request but before a merge.
* Add some Javadocs.
* A few unit tests would help a lot as well -- someone has to do it.
* Verification tasks, including tests and Checkstyle, can be executed
by running `./gradlew check` from the project root.
by running `./gradlew check` from the project root. Note that `SPRING_PROFILES_ACTIVE`
environment variable might affect the result of tests, so in that case, you can prevent
it by running `unset SPRING_PROFILES_ACTIVE` before running the task.
* If no-one else is using your branch, please rebase it against the current master (or
other target branch in the main project).
* When writing a commit message please follow https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions],
Expand Down

0 comments on commit 74b704b

Please sign in to comment.