Skip to content

Commit 45dad9d

Browse files
committed
Rearrange to allow binaries been kept
1 parent e73d8e4 commit 45dad9d

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

utlplsql-demo-project.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ variables:
1414

1515
extends:
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

0 commit comments

Comments
 (0)