File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,21 +14,21 @@ variables:
1414
1515extends :
1616 template : templates/t-extend-database-build.yml
17- parameters :
18- utplsqlVersion : ${UTPLSQL_VERSION}
19- utplsqlDir : ${UTPLSQL_DIR}
20- addToPaths :
21- - path : " $(SQLCL_DIR)/bin"
22- - path : " $(UTPLSQL_CLI_DIR)/bin"
23- targetDatabases :
24- - oracleVersion : " 19c-se2-small"
25- connectionString : " 127.0.0.1:1521/ORCLCDB"
26- dockerPortMap : " 1521"
27- dockerOptions : " --shm-size=1g"
28- scripts :
29- - displayName : " Install utPLSQL"
30- user : " sys"
31- password : " oracle"
32- script : " install_headless.sql UT3 UT3 users"
33- work_dir : " ${UTPLSQL_DIR}/source"
17+ parameters :
18+ utplsqlVersion : ${UTPLSQL_VERSION}
19+ utplsqlDir : ${UTPLSQL_DIR}
20+ addToPaths :
21+ - path : " $(SQLCL_DIR)/bin"
22+ - path : " $(UTPLSQL_CLI_DIR)/bin"
23+ targetDatabases :
24+ - oracleVersion : " 19c-se2-small"
25+ connectionString : " 127.0.0.1:1521/ORCLCDB"
26+ dockerPortMap : " 1521"
27+ dockerOptions : " --shm-size=1g"
28+ scripts :
29+ - displayName : " Install utPLSQL"
30+ user : " sys"
31+ password : " oracle"
32+ script : " install_headless.sql UT3 UT3 users"
33+ work_dir : " ${UTPLSQL_DIR}/source"
3434
You can’t perform that action at this time.
0 commit comments