Skip to content

Commit f5a2c22

Browse files
Google APIscopybara-github
Google APIs
authored andcommitted
Synchronize new proto/yaml changes.
PiperOrigin-RevId: 253317082
1 parent 27b3323 commit f5a2c22

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.cloudbuild/Dockerfile.bazel-gapic

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM gcr.io/cloud-builders/bazel
2+
3+
RUN apt-get update && apt-get install -y \
4+
zip \
5+
libxml2-dev \
6+
build-essential
7+

.cloudbuild/write-latest.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
echo $1 > cloud_build_latest

0 commit comments

Comments
 (0)