mirror of
https://github.com/mudler/luet.git
synced 2025-08-01 15:28:20 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
eb5d7ba35b
@ -242,7 +242,7 @@ func (cs *LuetCompilationSpec) SetSeedImage(s string) {
|
||||
}
|
||||
|
||||
func (cs *LuetCompilationSpec) EmptyPackage() bool {
|
||||
return len(cs.BuildSteps()) == 0 && len(cs.GetPreBuildSteps()) == 0 && !cs.UnpackedPackage()
|
||||
return len(cs.BuildSteps()) == 0 && !cs.UnpackedPackage()
|
||||
}
|
||||
|
||||
func (cs *LuetCompilationSpec) UnpackedPackage() bool {
|
||||
|
Loading…
Reference in New Issue
Block a user