mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-25 08:15:18 -04:00
ci: update GCP service accounts for CI (#2629)
* Update CI to use different GCP project for e2e tests * Update GCP image project service accounts * Update default GCP bucket name for image builds --------- Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
98673b0983
commit
97aea98e77
11 changed files with 33 additions and 52 deletions
|
@ -30,7 +30,7 @@ func newGCPCommand() *cobra.Command {
|
|||
|
||||
cmd.Flags().String("gcp-project", "constellation-images", "GCP project to use")
|
||||
cmd.Flags().String("gcp-location", "europe-west3", "GCP location to use")
|
||||
cmd.Flags().String("gcp-bucket", "constellation-images", "GCP bucket to use")
|
||||
cmd.Flags().String("gcp-bucket", "constellation-os-images", "GCP bucket to use")
|
||||
return cmd
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue