internal: remove unused Labels on Iteration

The iteration structure that we use for linking a packer build to an
iteration on HCP defines a `Labels' attribute, which is never set nor
read from at any point.

Since it is unused, we remove it in this commit.
This commit is contained in:
Lucas Bajolet 2022-12-20 14:54:47 -05:00 committed by Lucas Bajolet
parent 6137745cc1
commit 73482bb636

View file

@ -16,7 +16,6 @@ type Iteration struct {
AncestorSlug string
Fingerprint string
RunUUID string
Labels map[string]string
builds sync.Map
expectedBuilds []string
}