Skip to content

Commit

Permalink
Change GCS test bucket name to stash-ci (#1122)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Jun 2, 2020
1 parent 30a490a commit 31de588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/framework/restic.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (fi *Invocation) ResticForGCSBackend() api.Restic {
r.Spec.Backend = store.Backend{
StorageSecretName: "",
GCS: &store.GCSSpec{
Bucket: "stash-qa",
Bucket: "stash-ci",
Prefix: fi.app,
},
}
Expand Down

0 comments on commit 31de588

Please sign in to comment.