Skip to content

Commit

Permalink
Use custom build image with timezone fix. (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimLarson authored Sep 2, 2020
1 parent d39683a commit 5ac7710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.0
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
- name: 'gcr.io/cloud-builders/gsutil'
# writes _DATE to GCS bucket so it can be used as GCS folder name
args: ['cp', '-r', '_DATE', 'gs://cel-conformance']
- name: 'gcr.io/cloud-builders/bazel'
- name: 'gcr.io/cel-analysis/bazel:3.0.0'
# run conformance tests with bazel
args: ['test', '--test_output=all', 'conformance/ct_dashboard']
- name: 'ubuntu'
Expand Down

0 comments on commit 5ac7710

Please sign in to comment.