mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 14:04:10 +02:00
add no-input flag to flush so it can pass (#350)
This commit is contained in:
parent
d6a579ca5d
commit
b45c335257
1 changed files with 1 additions and 1 deletions
2
.github/workflows/loaddata.yaml
vendored
2
.github/workflows/loaddata.yaml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
cf_password: ${{ secrets.CF_STAGING_PASSWORD }}
|
cf_password: ${{ secrets.CF_STAGING_PASSWORD }}
|
||||||
cf_org: cisa-getgov-prototyping
|
cf_org: cisa-getgov-prototyping
|
||||||
cf_space: staging
|
cf_space: staging
|
||||||
full_command: "cf run-task getgov-staging --wait --command 'python manage.py flush' --name flush"
|
full_command: "cf run-task getgov-staging --wait --command 'python manage.py flush --no-input' --name flush"
|
||||||
|
|
||||||
- name: Load fake data for staging
|
- name: Load fake data for staging
|
||||||
uses: 18f/cg-deploy-action@main
|
uses: 18f/cg-deploy-action@main
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue