Skip to content

Commit ed38f03

Browse files
committed
Fixed pathes
1 parent 202bc2b commit ed38f03

File tree

1 file changed

+8
-8
lines changed

1 file changed

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

0 commit comments

Comments
 (0)