Skip to content

Commit

Permalink
Replace gsutil with gcloud storage.
Browse files Browse the repository at this point in the history
Per http://cloud/storage/docs/gsutil, `gcloud storage` is recommended
over `gsutil`.

Change-Id: Ifdba1dd9824fcbf288886b9c0fb9b9a1a167b38a
  • Loading branch information
bmclarnon committed Sep 25, 2024
1 parent bb813a6 commit d726a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ jobs:
provenance_path="${{ steps.attest.outputs.bundle-path }}"
gcs_provenance_path="provenance/${GITHUB_SHA}/${package_name}/attestation.jsonl"
gsutil cp "${provenance_path}" "gs://oak-bins/${gcs_provenance_path}"
gcloud storage cp "${provenance_path}" "gs://oak-bins/${gcs_provenance_path}"

0 comments on commit d726a07

Please sign in to comment.