File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -109,22 +109,6 @@ steps:
109
109
versionFilePath : pom.xml
110
110
versionTransformation : none
111
111
112
- # GitHub Super-Linter
113
- - script : |
114
- mkdir super-linter.report
115
- docker pull github/super-linter:latest
116
- docker run -e RUN_LOCAL=true -e DISABLE_ERRORS=true -e OUTPUT_DETAILS=detailed -e OUTPUT_FORMAT=tap -v $(System.DefaultWorkingDirectory):/tmp/lint/ --name my-vol github/super-linter
117
- docker cp my-vol:/tmp/lint/super-linter.report $(build.artifactstagingdirectory)
118
- displayName : ' Code Scan using GitHub Super-Linter'
119
-
120
- # Publish GitHub Results to Azure Pipelines
121
- - task : PublishBuildArtifacts@1
122
- displayName : ' Publish Artifact: deploy'
123
- inputs :
124
- PathtoPublish : ' $(build.artifactstagingdirectory)'
125
- ArtifactName : deploy
126
- condition : succeededOrFailed()
127
-
128
112
# Runs Maven Goal: deploy
129
113
# Deploys to Azure DevOps Artifacts
130
114
- task : PowerShell@2
You can’t perform that action at this time.
0 commit comments