File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ curl -L -O "https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSIO
15
15
16
16
# Create a temporary install script.
17
17
cat > install.sh.tmp << EOF
18
- # tar -xzf ${UTPLSQL_FILE} .tar.gz && rm ${UTPLSQL_FILE} .tar.gz
18
+ tar -xzf ${UTPLSQL_FILE} .tar.gz && rm ${UTPLSQL_FILE} .tar.gz
19
19
cd ${UTPLSQL_FILE} /source
20
20
sqlplus -S -L sys/oracle@//127.0.0.1:1521/xe AS SYSDBA @install_headless.sql ut3 ut3 users
21
21
EOF
22
22
23
23
# Copy utPLSQL files to the container and install it.
24
- # docker cp ./$UTPLSQL_FILE.tar.gz $ORACLE_VERSION:/$UTPLSQL_FILE.tar.gz
25
- docker cp ./$UTPLSQL_FILE $ORACLE_VERSION :/$UTPLSQL_FILE
24
+ docker cp ./$UTPLSQL_FILE .tar.gz $ORACLE_VERSION :/$UTPLSQL_FILE .tar.gz
25
+ # docker cp ./$UTPLSQL_FILE $ORACLE_VERSION:/$UTPLSQL_FILE
26
26
docker cp ./install.sh.tmp $ORACLE_VERSION :/install.sh
27
27
docker cp ./create_api_user.sh $ORACLE_VERSION :/create_api_user.sh
28
28
You can’t perform that action at this time.
0 commit comments