Skip to content

Commit 6a3edab

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
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 @.travis/sql/create_users.sql
2+
sys/oracle@//127.0.0.1:1521/XE as sysdba @github_scripts/sql/create_users.sql
33

44
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 @.travis/sql/create_app_objects.sql
5+
app/pass@//127.0.0.1:1521/XE @github_scripts/sql/create_app_objects.sql
66

77
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 @.travis/sql/create_source_owner_objects.sql
8+
code_owner/pass@//127.0.0.1:1521/XE @github_scripts/sql/create_source_owner_objects.sql
99

1010
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 @.travis/sql/create_tests_owner_objects.sql
11+
tests_owner/pass@//127.0.0.1:1521/XE @github_scripts/sql/create_tests_owner_objects.sql

0 commit comments

Comments
 (0)