Remove confusing variable JAVA8_HOME from config.yml

This commit is contained in:
Nikolay Martynov 2018-06-27 11:34:43 -04:00
parent c844501bc5
commit e46fc30cf6
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ jobs:
test_8: test_8:
<<: *default_test_job <<: *default_test_job
environment: environment:
- JAVA8_HOME: /usr/lib/jvm/java-8-openjdk-amd64 # We are building on Java8, this is our default JVM so no need to set more homes
- TEST_TASK: test latestDepTest jacocoTestReport jacocoTestCoverageVerification - TEST_TASK: test latestDepTest jacocoTestReport jacocoTestCoverageVerification
test_9: test_9: