We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639100d commit 44d5001Copy full SHA for 44d5001
github_scripts/install_utplsql.sh
@@ -4,4 +4,4 @@ curl -Lk "${UTPLSQL_DOWNLOAD_URL}" -o utPLSQL.zip
4
5
unzip -q utPLSQL.zip
6
7
-docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin/utPLSQL/source:utPLSQL -w utPLSQL/source --network host --entrypoint sqlplus truemark/sqlplus sys/oracle@//127.0.0.1:1521/XE as sysdba @install_headless.sql UT3 UT3 users
+docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin/utPLSQL/source:/utPLSQL -w /utPLSQL/source --network host --entrypoint sqlplus truemark/sqlplus sys/oracle@//127.0.0.1:1521/XE as sysdba @install_headless.sql UT3 UT3 users
0 commit comments