mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-28 13:41:26 +00:00
Add guards for templates (#115)
* Add guards for templates If you try to build locally some issues will arise due the templating trying to access non existing values. This patch guards those failures by first checking the the var exists before trying to get the value, avoiding panics. Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com> * Bump immucore Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com> --------- Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: "immucore"
|
name: "immucore"
|
||||||
category: "dracut"
|
category: "dracut"
|
||||||
version: "0.0.4"
|
version: "0.0.5"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "immucore"
|
github.repo: "immucore"
|
||||||
autobump.revdeps: "true"
|
autobump.revdeps: "true"
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
name: "immucore"
|
name: "immucore"
|
||||||
category: "system"
|
category: "system"
|
||||||
version: "0.0.4"
|
version: "0.0.5"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "immucore"
|
github.repo: "immucore"
|
||||||
autobump.revdeps: "true"
|
autobump.revdeps: "true"
|
||||||
|
Reference in New Issue
Block a user