Skip to content

Commit

Permalink
no need for fallback for BQ_KEYFILE
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Oct 2, 2023
1 parent 6bd4998 commit e88850e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ fi

if [ -n "${BQ_KEYFILE}" ]; then
echo "${BQ_KEYFILE}" > /.dbt/bq_keyfile.json
elif [ -f ~/.dbt/keyfile.json ]; then
cp ~/.dbt/bq_keyfile.json /.dbt/bq_keyfile.json
fi

exec "$@"

0 comments on commit e88850e

Please sign in to comment.