diff --git a/.github/workflows/push-to-main.yml b/.github/workflows/push-to-main.yml index 4da3986..4490434 100644 --- a/.github/workflows/push-to-main.yml +++ b/.github/workflows/push-to-main.yml @@ -34,7 +34,7 @@ jobs: name: Deployment Script runs-on: ubuntu-latest outputs: - manifest_found: ${{ steps.prod_manifest.outputs.manifest_found }} + # manifest_found: ${{ steps.prod_manifest.outputs.manifest_found }} # Set environment variables in # https://github.com////settings/variables/actions diff --git a/automate/dbt/get_artifacts.sh b/automate/dbt/get_artifacts.sh index d8f8a44..d6e1e7c 100755 --- a/automate/dbt/get_artifacts.sh +++ b/automate/dbt/get_artifacts.sh @@ -21,9 +21,9 @@ then echo "Manifest not found in Snowflake stage, contact the Snowflake administrator to load a updated manifest to snowflake." # This is used by github actions # echo "::set-output name=manifest_found::false" - echo "manifest_found=false" >> $GITHUB_OUTPUT + # echo "manifest_found=false" >> $GITHUB_OUTPUT # Debugging statement - echo "Wrote manifest_found=false to GITHUB_OUTPUT" + # echo "Wrote manifest_found=false to GITHUB_OUTPUT" # This is used by Jenkins # echo "false" > temp_MANIFEST_FOUND.txt @@ -31,9 +31,9 @@ else echo "Updated manifest from production" # 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" + 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