Skip to content

Commit 202bc2b

Browse files
committed
Added install_demo_project.sh
1 parent 6a3edab commit 202bc2b

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed
Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
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

0 commit comments

Comments
 (0)