Skip to content

Commit

Permalink
Update e2e test to use CDN instead of GCS (#285)
Browse files Browse the repository at this point in the history
The TUF repo is now accessible via a CDN instead of GCS.

Signed-off-by: Hayden B <hblauzvern@google.com>
  • Loading branch information
haydentherapper committed Apr 11, 2023
1 parent f9e70b5 commit d38cd0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Expand Up @@ -103,8 +103,8 @@ jobs:
# Setup staging TUF root - https://github.com/sigstore/public-good-instance/blob/1023ed05b7a8cf28e6a7de73bf98dd5075d97858/playbooks/tuf.md#updating-tuf-metadata-for-staging
rm -rf ~/.sigstore
wget http://storage.googleapis.com/tuf-root-staging/root.json
cosign initialize --mirror=tuf-root-staging --root=root.json
wget https://tuf-repo-cdn.sigstage.dev/root.json
cosign initialize --mirror=https://tuf-repo-cdn.sigstage.dev/root.json --root=root.json
# Sign commit
git commit --allow-empty -S --message="Signed commit"
Expand Down

0 comments on commit d38cd0b

Please sign in to comment.