From 9c0b8a7f5bf8bc5e5df22743f6f61906f4dc346f Mon Sep 17 00:00:00 2001 From: Jakob Naucke Date: Mon, 26 Jul 2021 17:32:18 +0200 Subject: [PATCH] snap: do not export agent version This causes the repository to be checked out to a version tag, which is inconsistent with how we build runtime, and reverts us to a buggy `snap/snapcraft.yaml`. Fixes: #2313 Signed-off-by: Jakob Naucke --- snap/snapcraft.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 566a6b4397..0b71ba4c74 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -115,7 +115,6 @@ parts: cd ${kata_dir}/tools/osbuilder # build image - export AGENT_VERSION=$(cat ${kata_dir}/VERSION) export AGENT_INIT=yes export USE_DOCKER=1 export DEBUG=1