Skip to content

Commit 8773067

Browse files
[skip ci] Updated azure-pipelines-develop.yml
1 parent c90abdb commit 8773067

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

azure-pipelines-develop.yml

-16
Original file line numberDiff line numberDiff line change
@@ -109,22 +109,6 @@ steps:
109109
versionFilePath: pom.xml
110110
versionTransformation: none
111111

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-
128112
# Runs Maven Goal: deploy
129113
# Deploys to Azure DevOps Artifacts
130114
- task: PowerShell@2

0 commit comments

Comments
 (0)