Skip to content

Commit bc19b82

Browse files
committed
fix: allowing local profile w/o DBT_LOCAL_PATH
1 parent 5a684ec commit bc19b82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: ${COMPOSE_PROJECT_NAME:-cht-sync}
2-
version: '3.8'
32

43
x-dbt-base: &dbt-common
54
build: ./dbt/
@@ -103,6 +102,7 @@ services:
103102
<<: *dbt-env
104103
DBT_SELECTOR: ''
105104
DBT_LOCAL_PATH: ${DBT_LOCAL_PATH}
105+
CHT_PIPELINE_BRANCH_URL: ${CHT_PIPELINE_BRANCH_URL}
106106

107107
pgadmin:
108108
image: dpage/pgadmin4

0 commit comments

Comments
 (0)