aboutsummaryrefslogtreecommitdiffhomepage
path: root/kokoro/linux/build_and_run_docker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kokoro/linux/build_and_run_docker.sh')
-rwxr-xr-xkokoro/linux/build_and_run_docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/linux/build_and_run_docker.sh b/kokoro/linux/build_and_run_docker.sh
index 4eaa0282..6a1f327a 100755
--- a/kokoro/linux/build_and_run_docker.sh
+++ b/kokoro/linux/build_and_run_docker.sh
@@ -48,7 +48,7 @@ docker run \
# Copy output artifacts
if [ "$OUTPUT_DIR" != "" ]
then
- docker cp "$CONTAINER_NAME:/var/local/git/protobuf/$OUTPUT_DIR" "$git_root" || FAILED="true"
+ docker cp "$CONTAINER_NAME:/var/local/git/protobuf/$OUTPUT_DIR" "${git_root}/kokoro" || FAILED="true"
fi
# remove the container, possibly killing it first