File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
Expand file tree Collapse file tree 1 file changed +12
-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:/project -w /project --network host --entrypoint sqlplus truemark/sqlplus \
2- sys/oracle@//127.0.0.1:1521/XE as sysdba @github_scripts/sql/create_users.sql
1+ docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin/github_scripts:/github_scripts -w /github_scripts/sql \
2+ --network host --entrypoint sqlplus truemark/sqlplus \
3+ sys/oracle@//127.0.0.1:1521/XE as sysdba @create_users.sql
34
4- docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin/github_scripts:/project -w /project --network host --entrypoint sqlplus truemark/sqlplus \
5- app/pass@//127.0.0.1:1521/XE @github_scripts/sql/create_app_objects.sql
5+ docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin/github_scripts:/github_scripts -w /github_scripts/sql \
6+ --network host --entrypoint sqlplus truemark/sqlplus \
7+ app/pass@//127.0.0.1:1521/XE @create_app_objects.sql
68
7- docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin/github_scripts:/project -w /project --network host --entrypoint sqlplus truemark/sqlplus \
8- code_owner/pass@//127.0.0.1:1521/XE @github_scripts/sql/create_source_owner_objects.sql
9+ docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin/github_scripts:/github_scripts -w /github_scripts/sql \
10+ --network host --entrypoint sqlplus truemark/sqlplus \
11+ code_owner/pass@//127.0.0.1:1521/XE @create_source_owner_objects.sql
912
10- docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin/github_scripts:/project -w /project --network host --entrypoint sqlplus truemark/sqlplus \
11- tests_owner/pass@//127.0.0.1:1521/XE @github_scripts/sql/create_tests_owner_objects.sql
13+ docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin/github_scripts:/github_scripts -w /github_scripts/sql \
14+ --network host --entrypoint sqlplus truemark/sqlplus \
15+ tests_owner/pass@//127.0.0.1:1521/XE @create_tests_owner_objects.sql
You can’t perform that action at this time.
0 commit comments