Skip to content

Commit

Permalink
Update GCB jobs to use bazel 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Apr 5, 2020
1 parent 5b76715 commit 9754e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ options:
machineType: 'N1_HIGHCPU_8'
steps:
# Start by just pushing the image
- name: 'gcr.io/k8s-testimages/bazelbuild:v20190916-ec59af8-0.29.1'
- name: 'gcr.io/k8s-testimages/bazelbuild:v20200405-02a6dff-2.2.0'
entrypoint: make
env:
# _GIT_TAG is not a valid semver, we use CI=1 instead
Expand All @@ -16,7 +16,7 @@ steps:
- DOCKER_IMAGE_PREFIX=$_DOCKER_IMAGE_PREFIX
args:
- kops-controller-push
- name: 'gcr.io/k8s-testimages/bazelbuild:v20190916-ec59af8-0.29.1'
- name: 'gcr.io/k8s-testimages/bazelbuild:v20200405-02a6dff-2.2.0'
entrypoint: make
env:
# _GIT_TAG is not a valid semver, we use CI=1 instead
Expand Down

0 comments on commit 9754e80

Please sign in to comment.