Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg committed Nov 6, 2023
1 parent fdd884b commit ccf47bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-googleapis-sha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
DOWNLOAD="$(mktemp)"
curl -fsSL "https://github.com/${REPO}/archive/${COMMIT}.tar.gz" -o "${DOWNLOAD}"
gsutil -q cp "${DOWNLOAD}" "gs://cloud-cpp-community-archive/com_google_googleapis/${COMMIT}.tar.gz"
echo SHA256=$(sha256sum "${DOWNLOAD}" | sed "s/ .*//") >> $GITHUB_ENV
- name: 'Get the SHA for google APIs gcloud CLI'
run: 'gcloud info' - name: Run the `renovate.sh` script
echo 'SHA256=$(sha256sum "${DOWNLOAD}" | sed "s/ .*//")' >> $GITHUB_ENV
- name: Run the `renovate.sh` script
run: TERM=xterm ./external/googleapis/renovate.sh
- name: Verify everything compiles with Bazel
run: bazel build //google/cloud/...
Expand Down

0 comments on commit ccf47bc

Please sign in to comment.