mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 00:57:02 +02:00
Remove wait flag from CloudFoundry commands
This commit is contained in:
parent
2df5ecb193
commit
fb56bbef15
3 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ cf run-task getgov-ENVIRONMENT --command 'python manage.py migrate' --name migra
|
|||
Optionally, load data from fixtures as well
|
||||
|
||||
```shell
|
||||
cf run-task getgov-ENVIRONMENT --wait --command 'python manage.py load' --name loaddata
|
||||
cf run-task getgov-ENVIRONMENT --command 'python manage.py load' --name loaddata
|
||||
```
|
||||
|
||||
For the `stable` environment, developers don't have credentials so we need to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue