File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,7 @@ RUN echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8
50
50
&& curl https://bazel.build/bazel-release.pub.gpg | apt-key add -
51
51
52
52
RUN apt-get update \
53
- && apt-get install -y bazel \
54
- && rm -rf /var/lib/apt/lists/*
53
+ && apt-get install -y bazel
55
54
56
55
ENV PATH /usr/local/go/bin:/go/bin:/google-cloud-sdk/bin:$PATH
57
56
Original file line number Diff line number Diff line change @@ -161,6 +161,16 @@ func TestRun(t *testing.T) {
161
161
},
162
162
dir : "../examples/kustomize" ,
163
163
},
164
+ {
165
+ description : "bazel example" ,
166
+ args : []string {"run" },
167
+ pods : []testObject {
168
+ {
169
+ name : "bazel" ,
170
+ },
171
+ },
172
+ dir : "../examples/bazel" ,
173
+ },
164
174
{
165
175
description : "kaniko example" ,
166
176
args : []string {"run" },
You can’t perform that action at this time.
0 commit comments