Skip to content

Commit

Permalink
chore: upgrade bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
chanseokoh committed Dec 3, 2021
1 parent 9b4d075 commit 9c57546
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Expand Up @@ -7,11 +7,6 @@ name: ci
jobs:
build:
runs-on: ubuntu-latest
container: gcr.io/gapic-images/googleapis-bazel:20210105
# Dockerfile for this image: https://github.com/googleapis/googleapis-discovery/blob/main/Dockerfile
# If you update its version, please also update it below in
# 'Cache Bazel files' - unfortunately it cannot accept variables at this
# time.

strategy:
matrix:
Expand All @@ -28,7 +23,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.cache/bazel
key: ${{ runner.os }}-bazel-20210105-${{ secrets.CACHE_VERSION }}
key: ${{ runner.os }}-${{ secrets.CACHE_VERSION }}

- name: Bazel Cache Not Found
if: steps.cache-bazel.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 9c57546

Please sign in to comment.