Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayra Peña authored and Mayra Peña committed Nov 11, 2024
1 parent 49e00a0 commit 0da6403
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
# This is used by datacoves to drop the staging database for blue/green
# deployments, most likely you don't want to set this, we use it for demos
DATACOVES__DROP_DB_ON_FAIL: ${{ vars.DATACOVES__DROP_DB_ON_FAIL }}
MANIFEST_FOUND: ${{ steps.prod_manifest.outputs.manifest_found }}

steps:
- name: Checkout branch
Expand All @@ -80,8 +81,6 @@ jobs:

- name: Get prod manifest
id: prod-manifest
env:
GITHUB_OUTPUT: ${{ env.GITHUB_OUTPUT }}
run: "../automate/dbt/get_artifacts.sh"

- name: Debug output
Expand Down

0 comments on commit 0da6403

Please sign in to comment.