chore: make directories before downloading api dependency proto (#6245)

This commit is contained in:
Chen Sun 2021-08-05 14:28:42 -07:00 committed by GitHub
parent 4c838f7001
commit ef4518623e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ go_cachekey: v2alpha1/pipeline_spec.proto v2alpha1/cache_key.proto
# Fetch dependency proto # Fetch dependency proto
v2alpha1/google/rpc/status.proto: v2alpha1/google/rpc/status.proto:
mkdir -p v2alpha1/google/rpc
wget -O v2alpha1/google/rpc/status.proto https://raw.githubusercontent.com/googleapis/googleapis/047d3a8ac7f75383855df0166144f891d7af08d9/google/rpc/status.proto wget -O v2alpha1/google/rpc/status.proto https://raw.githubusercontent.com/googleapis/googleapis/047d3a8ac7f75383855df0166144f891d7af08d9/google/rpc/status.proto
# protoc-gen-go is already installed in api-generator image # protoc-gen-go is already installed in api-generator image