Merge pull request #1379 from skriss/archive-wrap-in-dir

wrap contents of release tarball in directory
This commit is contained in:
Nolan Brubaker
2019-04-17 11:28:03 -04:00
committed by GitHub
+1
View File
@@ -42,6 +42,7 @@ builds:
- -X "github.com/heptio/velero/pkg/buildinfo.Version={{ .Tag }}" -X "github.com/heptio/velero/pkg/buildinfo.GitSHA={{ .FullCommit }}" -X "github.com/heptio/velero/pkg/buildinfo.GitTreeState={{ .Env.GIT_TREE_STATE }}"
archive:
name_template: "{{ .ProjectName }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
wrap_in_directory: true
files:
- LICENSE
- config/**/*