Skip to content

Commit

Permalink
11.2 — Fix dbt project name in the CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Bl3f committed Oct 25, 2023
1 parent 39866cf commit 8ecf2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
path: project-repo

- run: "pip install dbt-core==1.6.0"
- run: "dbt deps --project-dir $GITHUB_WORKSPACE/project-repo/dbt_project"
- run: "dbt deps --project-dir $GITHUB_WORKSPACE/project-repo/analytics"

- name: Python Executable Deploy
if: steps.prerun.outputs.result == 'pex-deploy'
Expand Down

0 comments on commit 8ecf2e1

Please sign in to comment.