Skip to content

Commit

Permalink
use images export API again
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Jan 6, 2025
1 parent 81b1a3b commit ee64016
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Packerfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,7 @@
"type": "shell-local",
"only": ["googlecompute"],
"inline": [
"gcloud compute images list"
]
},
{
"type": "shell-local",
"only": ["googlecompute"],
"inline": [
"gcloud compute disks list"
"gcloud compute images export --destination-uri gs://snowplow-mini/{{user `gcp_image_name`}}.tar.gz --image {{user `gcp_image_name`}}"
]
},
{
Expand Down

0 comments on commit ee64016

Please sign in to comment.