Skip to content

Commit

Permalink
fix: remove duplicate privileges.sql and wait-until-healthy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nilabja-bhattacharya committed Sep 20, 2022
1 parent 8d225d9 commit a14fe2e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 52 deletions.
4 changes: 2 additions & 2 deletions dev/oracle/18-slim/start.sh
Expand Up @@ -11,10 +11,10 @@ docker-compose -p oraclexedb down --remove-orphans
docker-compose -p oraclexedb up -d

# Wait until Oracle DB is set up and docker state is healthy
./wait-until-healthy.sh oraclexedb
./../wait-until-healthy.sh oraclexedb

# Moving privileges.sql to docker container
docker cp privileges.sql oraclexedb:/opt/oracle/.
docker cp ../privileges.sql oraclexedb:/opt/oracle/.

# Granting all the needed privileges to sequelizetest user
docker exec -t oraclexedb sqlplus system/password@XEPDB1 @privileges.sql
Expand Down
27 changes: 0 additions & 27 deletions dev/oracle/21-slim/privileges.sql

This file was deleted.

4 changes: 2 additions & 2 deletions dev/oracle/21-slim/start.sh
Expand Up @@ -11,10 +11,10 @@ docker-compose -p oraclexedb down --remove-orphans
docker-compose -p oraclexedb up -d

# Wait until Oracle DB is set up and docker state is healthy
./wait-until-healthy.sh oraclexedb
./../wait-until-healthy.sh oraclexedb

# Moving privileges.sql to docker container
docker cp privileges.sql oraclexedb:/opt/oracle/.
docker cp ../privileges.sql oraclexedb:/opt/oracle/.

# Granting all the needed privileges to sequelizetest user
docker exec -t oraclexedb sqlplus system/password@XEPDB1 @privileges.sql
Expand Down
21 changes: 0 additions & 21 deletions dev/oracle/21-slim/wait-until-healthy.sh

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit a14fe2e

Please sign in to comment.