File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin/github_scripts:/github_scripts -w /github_scripts/sql \
1+ docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin:/work -w /work/ \
22 --network host --entrypoint sqlplus truemark/sqlplus \
3- sys/oracle@//127.0.0.1:1521/XE as sysdba @create_users.sql
3+ sys/oracle@//127.0.0.1:1521/XE as sysdba @github_scripts/sql/ create_users.sql
44
5- docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin/github_scripts:/github_scripts -w /github_scripts/sql \
5+ docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin:/work -w /work/ \
66 --network host --entrypoint sqlplus truemark/sqlplus \
7- app/pass@//127.0.0.1:1521/XE @create_app_objects.sql
7+ app/pass@//127.0.0.1:1521/XE @github_scripts/sql/ create_app_objects.sql
88
9- docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin/github_scripts:/github_scripts -w /github_scripts/sql \
9+ docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin:/work -w /work/ \
1010 --network host --entrypoint sqlplus truemark/sqlplus \
11- code_owner/pass@//127.0.0.1:1521/XE @create_source_owner_objects.sql
11+ code_owner/pass@//127.0.0.1:1521/XE @github_scripts/sql/ create_source_owner_objects.sql
1212
13- docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin/github_scripts:/github_scripts -w /github_scripts/sql \
13+ docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin:/work -w /work/ \
1414 --network host --entrypoint sqlplus truemark/sqlplus \
15- tests_owner/pass@//127.0.0.1:1521/XE @create_tests_owner_objects.sql
15+ tests_owner/pass@//127.0.0.1:1521/XE @github_scripts/sql/ create_tests_owner_objects.sql
You can’t perform that action at this time.
0 commit comments