Skip to content

Commit

Permalink
fix licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmasi committed Apr 25, 2024
1 parent aed771d commit 983c5ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cloudbuild/external.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ build {
"git clone https://github.com/kubernetes/cloud-provider-gcp.git",
"curl -Lo bazel https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64 && sudo install bazel /usr/local/bin/",
"cd cloud-provider-gcp",
"/home/$USER/go/bin/go-licenses check github.com/kubernetes/cloud-provider-gcp",
"/home/$USER/go/bin/go-licenses save github.com/kubernetes/cloud-provider-gcp --save_path=\"../third_party/licenses/cloud-provider-gcp\"",
"curl --create-dirs -o third_party/licenses/cloud-provider-gcp/LICENSE https://raw.githubusercontent.com/kubernetes/cloud-provider-gcp/master/LICENSE",
"bazel build cmd/auth-provider-gcp",
"sudo mkdir -p /etc/kubernetes/bin/",
"sudo cp bazel-bin/cmd/auth-provider-gcp/auth-provider-gcp_/auth-provider-gcp /etc/kubernetes/bin/",
Expand Down

0 comments on commit 983c5ea

Please sign in to comment.