Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dlj-NaN committed May 13, 2022
1 parent ef103b0 commit dc81b87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kokoro/linux/bazel_distcheck/build.sh
Expand Up @@ -76,10 +76,10 @@ done

date
docker run --rm \
-v ${DIST_WORKSPACE}:/work \
-w /work \
-v ${DIST_WORKSPACE}:/workspace \
-v ${TMP_DISTDIR}:${TMP_DISTDIR} \
${CONTAINER_NAME}:${CONTAINER_VERSION} \
test --test_output=errors -k \
test --distdir=${TMP_DISTDIR} --test_output=errors -k \
"${BUILD_ONLY_TARGETS[@]}" "${TEST_TARGETS[@]}" || FAILED=true

if ${FAILED}; then
Expand Down

0 comments on commit dc81b87

Please sign in to comment.