Removing debug variable in maven yaml.
This commit is contained in:
parent
18875ce75f
commit
a2e8f33869
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue