Skip to content

Commit

Permalink
remove unnecessary copy step
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSalvisberg committed Oct 4, 2023
1 parent bef466c commit 589ca20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ steps:
files: '*.jar'
downloadPath: '$(Pipeline.Workspace)/lib'

- task: Bash@3
inputs:
targetType: 'inline'
script: for f in $(Pipeline.Workspace)/lib/plsql-4.2.1*.jar; do echo $f; cp $f $(Pipeline.Workspace)/lib/plsql-4.2.1.jar; done

- task: Maven@3
displayName: 'Maven com.trivadis.tvdcc'
inputs:
Expand Down

0 comments on commit 589ca20

Please sign in to comment.