Synchronize new proto/yaml changes.
PiperOrigin-RevId: 253317082
This commit is contained in:
parent
27b332366a
commit
f5a2c22d95
|
|
@ -0,0 +1,7 @@
|
|||
FROM gcr.io/cloud-builders/bazel
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
zip \
|
||||
libxml2-dev \
|
||||
build-essential
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo $1 > cloud_build_latest
|
||||
Loading…
Reference in New Issue