Skip to content

Commit

Permalink
Remove deployment_type
Browse files Browse the repository at this point in the history
  • Loading branch information
dpguthrie committed Feb 27, 2024
1 parent 684e1db commit 5536827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
-H "Authorization: Bearer ${TOKEN}")
{
echo 'ENV_DETAILS<<EOF'
echo $RESPONSE | jq '.data | {id, account_id, project_id, name, dbt_version, type, use_custom_branch, custom_branch, supports_docs, deployment_type, state}'
echo $RESPONSE | jq '.data | {id, account_id, project_id, name, dbt_version, type, use_custom_branch, custom_branch, supports_docs, state}'
echo EOF
} >> "$GITHUB_ENV"
Expand Down

0 comments on commit 5536827

Please sign in to comment.