Add package_dir to pack a spec dir as the main artifact

This commit is contained in:
Ettore Di Giacinto
2020-05-16 21:34:27 +02:00
parent 2803430515
commit 51711dafba
9 changed files with 106 additions and 2 deletions

View File

@@ -168,6 +168,9 @@ type CompilationSpec interface {
GetRetrieve() []string
CopyRetrieves(dest string) error
SetPackageDir(string)
GetPackageDir() string
}
type CompilationSpecs interface {