bundles/apt: remove unneeded if
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
b235519ecf
commit
30efde6eb3
1 changed files with 2 additions and 3 deletions
|
@ -163,6 +163,5 @@ for name, data in node.metadata.get('apt/repos', {}).items():
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
if node.metadata.get('apt/packages', {}):
|
for package, options in node.metadata.get('apt/packages', {}).items():
|
||||||
for package, options in node.metadata['apt']['packages'].items():
|
|
||||||
pkg_apt[package] = options
|
pkg_apt[package] = options
|
||||||
|
|
Loading…
Reference in a new issue