Skip to content

Commit cdfb5cb

Browse files
committed
test visit uuid
1 parent 4c9dda9 commit cdfb5cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ COPY Dockerfile /Dockerfile.archived
3333

3434

3535
# Force rebuild of this layer to bust the Docker build cache
36-
ARG CACHE_BUST=1160
36+
ARG CACHE_BUST=1165
3737

3838
# Clone external repos (shallow, single layer)
3939
# When BDC_PULL_LATEST=true (dev builds), clone default branches so git pull works at runtime.

scripts/workflow/bdc-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ make -j "$MAKE_JOBS" pipeline \
262262
DM_INPUT_DIR="$DM_INPUT_DIR" \
263263
DM_TRANS_SPEC_DIR="$DM_TRANS_SPEC_DIR" \
264264
DM_MAP_TARGET_SCHEMA="$DM_MAP_TARGET_SCHEMA" \
265-
DM_MAP_OUTPUT_TYPE="jsonl tsv" \
265+
DM_MAP_OUTPUT_TYPE="tsv" \
266266
DM_MAP_STRICT=false
267267

268268
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)