Skip to content

Commit

Permalink
Add echo
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 9024d02 commit f9b4b15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
- name: Run blue / green deployment with deferral
if: ${{ steps.prod_manifest.outputs.manifest_found == 'true' }}
id: run-blue-green-defer

# env:
# MANIFEST_FOUND: ${{ steps.prod_manifest.outputs.manifest_found }}
run: "dbt-coves blue-green --defer"
Expand Down
1 change: 1 addition & 0 deletions automate/dbt/get_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ else
# This is used by github actions
# echo "::set-output name=manifest_found::true"
echo "manifest_found=true" >> $GITHUB_OUTPUT
echo "Wrote manifest_found=true to GITHUB_OUTPUT"

# This is used by Jenkins
# echo "true" > temp_MANIFEST_FOUND.txt
Expand Down

0 comments on commit f9b4b15

Please sign in to comment.