mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-17 03:40:04 -04:00
Generate the version file in the bootstrap script
This file needs to exist before the app can run, so create it automatically rather than including it as an extra setup step in the README. The API app already does this.
This commit is contained in:
@@ -25,6 +25,9 @@ if [ ! $VIRTUAL_ENV ]; then
|
||||
. ./venv/bin/activate
|
||||
fi
|
||||
|
||||
# we need the version file to exist otherwise the app will blow up
|
||||
make generate-version-file
|
||||
|
||||
# Install Python development dependencies
|
||||
pip3 install -r requirements_for_test.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user