We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7855bfd commit 5027e4aCopy full SHA for 5027e4a
1 file changed
.github/scripts/1_install_utplsql.sh
@@ -20,14 +20,11 @@ EOF
20
21
# Copy utPLSQL files to the container and install it.
22
docker cp ./${UTPLSQL_FILE} oracle:/${UTPLSQL_FILE}
23
-# docker cp ./$UTPLSQL_FILE $ORACLE_VERSION:/$UTPLSQL_FILE
24
docker cp ./install.sh.tmp oracle:/install.sh
25
-docker cp ./create_api_user.sh oracle:/create_api_user.sh
26
# Remove temporary files.
27
# rm $UTPLSQL_FILE.tar.gz
28
rm -rf $UTPLSQL_FILE
29
rm install.sh.tmp
30
31
# Execute the utPLSQL installation inside the container.
32
docker exec oracle bash /install.sh
33
-docker exec oracle bash /create_api_user.sh
0 commit comments