mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 04:04:45 +00:00
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 <jakob.naucke@ibm.com>
This commit is contained in:
parent
695a7ad758
commit
9c0b8a7f5b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user