Skip to content

Commit 400ab19

Browse files
authored
Merge pull request #16 from GSA-TTS/run-bootstrap-command
Run bootstrap command in spiff-arena
2 parents 69f1b48 + 1c13a33 commit 400ab19

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

spiffworkflow-backend/bin/boot_server_in_docker

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ if [[ "${SPIFFWORKFLOW_BACKEND_RUN_DATA_SETUP:-}" != "false" ]]; then
102102
uv run python bin/refresh_all_caches.py
103103
fi
104104

105-
# uv run python bin/bootstrap.py
106-
## TODO: turn back on
105+
uv run python bin/bootstrap.py
107106

108107
log_info "Starting gunicorn server"
109108
export IS_GUNICORN="true"

spiffworkflow-backend/migrations/versions/8b258f77eafe_.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,3 @@ def downgrade():
7272
unique=False,
7373
)
7474
batch_op.drop_column("task_guid")
75-

0 commit comments

Comments
 (0)