Skip to content

Commit 71d295b

Browse files
committed
Fix comments in test script
1 parent 64fac02 commit 71d295b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/test-container.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,9 @@ setup_temp_build_dir() {
9393

9494
# Copy connector-definition files to the locations expected by the Dockerfile
9595
# The original Dockerfile expects:
96-
# COPY /docker /scripts -> so we copy connector-definition/scripts to docker/
96+
# COPY /docker /scripts -> so we /docker to docker/
9797
# COPY /functions /functions -> so we copy connector-definition/template to functions/
9898

99-
# cp -r "connector-definition/scripts" "${TEMP_BUILD_DIR}/docker"
10099
cp -r "docker" "${TEMP_BUILD_DIR}/docker"
101100
cp -r "connector-definition/template" "${TEMP_BUILD_DIR}/functions"
102101

0 commit comments

Comments
 (0)