From d66aebb15a5804f84240dccac55cd56b1dde15e5 Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Fri, 30 Oct 2020 12:00:11 -0700 Subject: Add the gVisor admission webhook PiperOrigin-RevId: 339913577 --- tools/go_branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/go_branch.sh b/tools/go_branch.sh index 9ce573872..71d036b12 100755 --- a/tools/go_branch.sh +++ b/tools/go_branch.sh @@ -109,7 +109,7 @@ EOF # There are a few solitary files that can get left behind due to the way bazel # constructs the gopath target. Note that we don't find all Go files here # because they may correspond to unused templates, etc. -declare -ar binaries=( "runsc" "shim/v1" "shim/v2" ) +declare -ar binaries=( "runsc" "shim/v1" "shim/v2" "webhook" ) for target in "${binaries[@]}"; do mkdir -p "${target}" cp "${repo_orig}/${target}"/*.go "${target}/" -- cgit v1.2.3