Add build-proto
This commit is contained in:
10
storage-bigtable/build-proto/build.sh
Executable file
10
storage-bigtable/build-proto/build.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
if [[ ! -d googleapis ]]; then
|
||||
git clone https://github.com/googleapis/googleapis.git
|
||||
fi
|
||||
|
||||
exec cargo run
|
Reference in New Issue
Block a user