Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit 90a16d4

Browse files
remove unnecessary copy task
1 parent 3dac9fb commit 90a16d4

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

azure-pipelines.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ steps:
5858
files: '*.jar'
5959
downloadPath: '$(Pipeline.Workspace)/lib'
6060

61-
# for snapshot versions of plsql only
62-
- task: Bash@3
63-
inputs:
64-
targetType: 'inline'
65-
script: for f in $(Pipeline.Workspace)/lib/plsql-4.2.0*.jar; do echo $f; mv $f $(Pipeline.Workspace)/lib/plsql-4.2.0-SNAPSHOT.jar; done
66-
67-
6861
- task: Maven@3
6962
displayName: 'Maven com.trivadis.tvdcc'
7063
inputs:

0 commit comments

Comments
 (0)