Skip to content

Commit 5027e4a

Browse files
author
Jacek Gębal
committed
Fixing new install scripts
1 parent 7855bfd commit 5027e4a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/scripts/1_install_utplsql.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,11 @@ EOF
2020

2121
# Copy utPLSQL files to the container and install it.
2222
docker cp ./${UTPLSQL_FILE} oracle:/${UTPLSQL_FILE}
23-
# docker cp ./$UTPLSQL_FILE $ORACLE_VERSION:/$UTPLSQL_FILE
2423
docker cp ./install.sh.tmp oracle:/install.sh
25-
docker cp ./create_api_user.sh oracle:/create_api_user.sh
2624
# Remove temporary files.
2725
# rm $UTPLSQL_FILE.tar.gz
2826
rm -rf $UTPLSQL_FILE
2927
rm install.sh.tmp
3028

3129
# Execute the utPLSQL installation inside the container.
3230
docker exec oracle bash /install.sh
33-
docker exec oracle bash /create_api_user.sh

0 commit comments

Comments
 (0)