We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fac02 commit 71d295bCopy full SHA for 71d295b
1 file changed
scripts/test-container.sh
@@ -93,10 +93,9 @@ setup_temp_build_dir() {
93
94
# Copy connector-definition files to the locations expected by the Dockerfile
95
# The original Dockerfile expects:
96
- # COPY /docker /scripts -> so we copy connector-definition/scripts to docker/
+ # COPY /docker /scripts -> so we /docker to docker/
97
# COPY /functions /functions -> so we copy connector-definition/template to functions/
98
99
- # cp -r "connector-definition/scripts" "${TEMP_BUILD_DIR}/docker"
100
cp -r "docker" "${TEMP_BUILD_DIR}/docker"
101
cp -r "connector-definition/template" "${TEMP_BUILD_DIR}/functions"
102
0 commit comments