Skip to content

Commit

Permalink
Merge pull request #2182 from pipejakob/add-kubectl
Browse files Browse the repository at this point in the history
Add kubectl to e2e image.
  • Loading branch information
pipejakob authored Mar 9, 2017
2 parents 2c0ee53 + aa0825e commit ae72bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/e2e-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN tar xzf /workspace/google-cloud-sdk.tar.gz -C / && \
--usage-reporting=false && \
gcloud components install beta && \
gcloud components install alpha && \
gcloud components update kubectl && \
gcloud info | tee /workspace/gcloud-info.txt

ADD ["e2e-runner.sh", \
Expand Down

0 comments on commit ae72bae

Please sign in to comment.