Skip to content

Commit

Permalink
kokoro: use lightweight license-checker image (#1088)
Browse files Browse the repository at this point in the history
BUG=393622588
  • Loading branch information
dneto0 authored Feb 19, 2025
1 parent 3f078e4 commit ef27bac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
21 changes: 0 additions & 21 deletions kokoro/license-check/build-docker.sh

This file was deleted.

5 changes: 1 addition & 4 deletions kokoro/license-check/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ ROOT_DIR="$( cd "${SCRIPT_DIR}/../.." >/dev/null 2>&1 && pwd )"
docker run --rm -i \
--volume "${ROOT_DIR}:${ROOT_DIR}:ro" \
--workdir "${ROOT_DIR}" \
--env ROOT_DIR="${ROOT_DIR}" \
--env SCRIPT_DIR="${SCRIPT_DIR}" \
--entrypoint "${SCRIPT_DIR}/build-docker.sh" \
"gcr.io/shaderc-build/radial-build:latest"
us-east4-docker.pkg.dev/shaderc-build/radial-docker/ubuntu-24.04-amd64/license-checker

0 comments on commit ef27bac

Please sign in to comment.