mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-20 22:14:45 +01:00
No need to dereference the environment variable. Doing so will result in a true evaluation, which was causing NEMU to be tracked as built, when it actually wasn't. This only impacts 1.x workflows, and is why it wasn't caught with 2.x release process. Fixes: #1273 Signed-off-by: Eric Ernst <eric.g.ernst@gmail.com>