Skip to content

Commit

Permalink
Update goreleaser and codeowners to remove jenna's fork logic
Browse files Browse the repository at this point in the history
Okay linter..
  • Loading branch information
JenGoldstrich committed Aug 4, 2023
1 parent c6731f0 commit e3e5955
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
15 changes: 4 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,10 @@ checksum:
name_template: '{{ .ProjectName }}_v{{ .Version }}_SHA256SUMS'
algorithm: sha256
signs:
- artifacts: checksum
args:
# if you are using this is in a GitHub action or some other automated pipeline, you
# need to pass the batch flag to indicate its not interactive.
- "--batch"
- "--local-user"
- "{{ .Env.GPG_FINGERPRINT }}"
- "--output"
- "${signature}"
- "--detach-sign"
- "${artifact}"
- cmd: signore
args: ["sign", "--dearmor", "--file", "${artifact}", "--out", "${signature}"]
artifacts: checksum
signature: ${artifact}.sig
release:
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @JenGoldstrich @nywilken @lbajolet-hashicorp
* @hashicorp/packer
2 changes: 1 addition & 1 deletion builder/azure/dtl/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func (b *Builder) Run(ctx context.Context, ui packersdk.Ui, hook packersdk.Hook)
return nil, fmt.Errorf("the managed image named %s already exists in the resource group %s, use the -force option to automatically delete it.", b.config.ManagedImageName, b.config.ManagedImageResourceGroupName)
}
}
}
}

b.config.validateLocationZoneResiliency(ui.Say)

Expand Down

0 comments on commit e3e5955

Please sign in to comment.