From 03acd80e2b6b9af8ea12d35759ec95c96ed6ee88 Mon Sep 17 00:00:00 2001 From: Seamus Johnston Date: Wed, 31 May 2023 14:36:18 -0500 Subject: [PATCH] Remove extra container --- .github/workflows/reset-db.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/reset-db.yaml b/.github/workflows/reset-db.yaml index 6986b0084..5d863e6d6 100644 --- a/.github/workflows/reset-db.yaml +++ b/.github/workflows/reset-db.yaml @@ -40,12 +40,6 @@ jobs: cf_space: ${{ github.event.inputs.environment }} full_command: "cf run-task getgov-${{ github.event.inputs.environment }} --command 'python manage.py flush --no-input' --name flush" - migrate: - runs-on: ubuntu-latest - env: - CF_USERNAME: CF_${{ github.event.inputs.environment }}_USERNAME - CF_PASSWORD: CF_${{ github.event.inputs.environment }}_PASSWORD - steps: - name: Run Django migrations for ${{ github.event.inputs.environment }} uses: 18f/cg-deploy-action@main with: @@ -55,7 +49,6 @@ jobs: cf_space: ${{ github.event.inputs.environment }} full_command: "cf run-task getgov-${{ github.event.inputs.environment }} --command 'python manage.py migrate' --name migrate" - - name: Load fake data for ${{ github.event.inputs.environment }} uses: 18f/cg-deploy-action@main with: