You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-07-03 00:57:43 +02:00
feat: remove deprecated blob and sign (#1397)
* feat: remove deprecated blob and sign you should now use blobs and signs instead. Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: tests Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
committed by
GitHub
parent
22c9e04efd
commit
0126a1f32b
@ -62,12 +62,6 @@ func TestDefaultsNoProvider(t *testing.T) {
|
||||
|
||||
func TestDefaults(t *testing.T) {
|
||||
var ctx = context.New(config.Project{
|
||||
Blob: []config.Blob{
|
||||
{
|
||||
Bucket: "foobar",
|
||||
Provider: "gcs",
|
||||
},
|
||||
},
|
||||
Blobs: []config.Blob{
|
||||
{
|
||||
Bucket: "foo",
|
||||
@ -84,11 +78,6 @@ func TestDefaults(t *testing.T) {
|
||||
Folder: "{{ .ProjectName }}/{{ .Tag }}",
|
||||
IDs: []string{"foo", "bar"},
|
||||
},
|
||||
{
|
||||
Bucket: "foobar",
|
||||
Provider: "gcs",
|
||||
Folder: "{{ .ProjectName }}/{{ .Tag }}",
|
||||
},
|
||||
}, ctx.Config.Blobs)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user