mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Merge pull request #3271 from alphagov/dont-upgrade-ci
Don't try to upgrade DB on CI
This commit is contained in:
2
Makefile
2
Makefile
@@ -25,7 +25,7 @@ NOTIFY_CREDENTIALS ?= ~/.notify-credentials
|
|||||||
bootstrap: generate-version-file ## Set up everything to run the app
|
bootstrap: generate-version-file ## Set up everything to run the app
|
||||||
pip3 install -r requirements_for_test.txt
|
pip3 install -r requirements_for_test.txt
|
||||||
createdb notification_api || true
|
createdb notification_api || true
|
||||||
(. environment.sh && flask db upgrade) || flask db upgrade
|
(. environment.sh && flask db upgrade) || true
|
||||||
|
|
||||||
.PHONY: run-flask
|
.PHONY: run-flask
|
||||||
run-flask: ## Run flask
|
run-flask: ## Run flask
|
||||||
|
|||||||
Reference in New Issue
Block a user