File tree Expand file tree Collapse file tree 3 files changed +3
-24
lines changed
Expand file tree Collapse file tree 3 files changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd )"
2020ROOT_DIR=" $( cd " ${SCRIPT_DIR} /../.." > /dev/null 2>&1 && pwd ) "
2121
2222docker run --rm -i \
23- --volume " ${ROOT_DIR} :${ROOT_DIR} " \
24- --volume " ${KOKORO_ARTIFACTS_DIR} :/mnt/artifacts" \
23+ --volume " ${ROOT_DIR} :${ROOT_DIR} :ro" \
2524 --workdir " ${ROOT_DIR} " \
26- --entrypoint " ${SCRIPT_DIR} /presubmit-docker.sh" \
27- " gcr.io/shaderc-build/radial-build:latest"
25+ us-east4-docker.pkg.dev/shaderc-build/radial-docker/ubuntu-24.04-amd64/license-checker
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Format: //devtools/kokoro/config/proto/build.proto
22
3- build_file: " cppdap/kokoro/license-check/presubmit .sh"
3+ build_file: " cppdap/kokoro/license-check/build .sh"
44
You can’t perform that action at this time.
0 commit comments