Merge pull request #221 from dod-ccpo/pe-number-loading-#160063695
move pe number ingestion for setup into a migration
This commit is contained in:
@@ -14,8 +14,5 @@ RESET_DB="true"
|
||||
# Run the shared setup script
|
||||
source ./script/include/run_setup
|
||||
|
||||
# Fetch and import the PE numbers
|
||||
run_command "python script/ingest_pe_numbers.py"
|
||||
|
||||
# Compile assets and generate hash-named static files
|
||||
yarn build
|
||||
|
@@ -12,6 +12,3 @@ MIGRATE_DB="true"
|
||||
|
||||
# Run the shared update script
|
||||
source ./script/include/run_update
|
||||
|
||||
# Fetch and import/update the PE numbers
|
||||
run_command "python script/ingest_pe_numbers.py"
|
||||
|
Reference in New Issue
Block a user