Skip to content

Commit da489ae

Browse files
committed
utplsqlcli missing v in tag in repo
1 parent c4e6c06 commit da489ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utplsql-cicd-flyway-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variables:
1414
- name : UTPLSQL_CLI_DIR
1515
value: $(Build.BinariesDirectory)/utPLSQL-cli
1616
- name : UTPLSQL_CLI_VERSION
17-
value: 'v3.1.9'
17+
value: '3.1.9'
1818
- name : UTPLSQL_VERSION
1919
value: 'v3.1.13'
2020
- name : DB_USER

utplsql-cicd-liquibase-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variables:
1414
- name : UTPLSQL_CLI_DIR
1515
value: $(Build.BinariesDirectory)/utPLSQL-cli
1616
- name : UTPLSQL_CLI_VERSION
17-
value: 'v3.1.9'
17+
value: '3.1.9'
1818
- name : UTPLSQL_VERSION
1919
value: 'v3.1.13'
2020
- name : DB_USER

0 commit comments

Comments
 (0)