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 44d5001 commit f790e6bCopy full SHA for f790e6b
.travis.yml .travis.yml_old.travis.yml renamed to .travis.yml_old
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:/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