Removing debug variable in maven yaml.

This commit is contained in:
Mark Iantorno 2020-06-02 14:24:09 -04:00
parent 18875ce75f
commit a2e8f33869
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ steps:
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'clean package'
options: '-X'
# Upload test results to codecov
- script: bash <(curl https://codecov.io/bash) -t $(codecov)