Skip to content

Commit e434e8b

Browse files
committed
use $(pwd) instead of fix path
1 parent 2a3c584 commit e434e8b

16 files changed

+16
-580
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
- uses: actions/checkout@v2
3434

3535
- name: Install utPLSQL
36-
run: sh ${{ github.workspace }}/github_scripts/install_utplsql.sh
36+
run: sh ${{ github.workspace }}/scripts/1_install_utplsql.sh
3737

3838
- name: Install demo project
39-
run: sh ${{ github.workspace }}/github_scripts/install_demo_project.sh
39+
run: sh ${{ github.workspace }}/scripts/2_install_demo_project.sh
4040

4141
- name: Set up JDK 8
4242
uses: actions/setup-java@v2
File renamed without changes.

github_scripts/install_demo_project.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

github_scripts/install_utplsql.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

init_scripts/2_create_users.sql

Lines changed: 0 additions & 25 deletions
This file was deleted.

init_scripts/3_create_app_objects.sql

Lines changed: 0 additions & 263 deletions
This file was deleted.

init_scripts/4_create_source_owner_objects.sql

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)