Skip to content

Commit

Permalink
Merge pull request #328 from openedx/cag/fix-dbt-package-2
Browse files Browse the repository at this point in the history
fix: print packages and project dbt correctly
  • Loading branch information
Ian2012 committed Aug 28, 2023
2 parents 8d150b7 + 84d0a72 commit a9a96ad
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ git clone -b {{ DBT_BRANCH }} {{ DBT_REPOSITORY }}
cd {{ DBT_REPOSITORY_PATH }} || exit

{% if DBT_ENABLE_OVERRIDE %}
echo /app/aspects/dbt/packages.yml > packages.yml
echo /app/aspects/dbt/dbt_project.yml > dbt_project.yml

cat {{ DBT_REPOSITORY_PATH }}/packages.yml
cat {{ DBT_REPOSITORY_PATH }}/dbt_project.yml
cat /app/aspects/dbt/packages.yml > packages.yml
cat /app/aspects/dbt/dbt_project.yml > dbt_project.yml
{% endif %}

export ASPECTS_EVENT_SINK_DATABASE={{ASPECTS_EVENT_SINK_DATABASE}}
Expand Down

0 comments on commit a9a96ad

Please sign in to comment.