Remove wait flag from CloudFoundry commands

This commit is contained in:
Seamus Johnston 2023-04-17 08:52:02 -05:00
parent 2df5ecb193
commit fb56bbef15
No known key found for this signature in database
GPG key ID: 2F21225985069105
3 changed files with 4 additions and 4 deletions

View file

@ -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