1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Update publishing scripts after renaming dirs. (#13486)

* Update dockerfile to match.

* Update publishing script to match.
This commit is contained in:
Davin Chia
2022-06-06 18:11:02 +08:00
committed by GitHub
parent 7788594e22
commit adc590e385
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ services:
image: airbyte/db:${VERSION}
build:
dockerfile: Dockerfile
context: airbyte-db/lib
context: airbyte-db/db-lib
labels:
io.airbyte.git-revision: ${GIT_REVISION}
scheduler:

View File

@@ -12,7 +12,7 @@ projectDir=(
"config/init"
"bootloader"
"metrics/reporter"
"db/lib"
"db/db-lib"
"scheduler/app"
)