Skip to content

Commit 9a4f81a

Browse files
committed
Update the position for _setup_db.sh in run.sh
1 parent 2c6ba2c commit 9a4f81a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bin/_common_setup.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ source "${CURRENT_DIR}/setup_prometheus.sh" $PROMETHEUS_MULTIPROC_DIR
1717
echo "installing dependencies with 'poetry install -vv'..."
1818
poetry install -vv
1919
poetry env info
20-
21-
#TODO: if we need a DB later, run `source "${CURRENT_DIR}/_setup_db.sh`

bin/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ export ENV="production"
1111

1212
source "${CURRENT_DIR}/bin/_common_setup.sh"
1313

14+
#TODO: if we need a DB later, run `source "${CURRENT_DIR}/_setup_db.sh`
15+
#source "${CURRENT_DIR}/_setup_db.sh
16+
17+
1418
poetry run gunicorn \
1519
gen3workflow.app:app \
1620
-k uvicorn.workers.UvicornWorker \

0 commit comments

Comments
 (0)