From 886b5be0cf56d935b36fcbc8930707f06db63209 Mon Sep 17 00:00:00 2001 From: Farshid Tavakolizadeh Date: Thu, 11 May 2023 18:01:10 +0200 Subject: [PATCH] Upgrade base to core22 --- snap/snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 8b3821d..3cec192 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: edgex-config-provider-example -base: core20 +base: core22 version: git summary: Example EdgeX snaps config provider @@ -36,7 +36,7 @@ parts: # For example. to take config files from a git repository, i.e. the upstream repo: # source: https://github.com/edgexfoundry/device-virtual-go.git override-build: | - TARGET=$SNAPCRAFT_PART_INSTALL/device-virtual + TARGET=$CRAFT_PART_INSTALL/device-virtual mkdir -p $TARGET cp -vr res $TARGET/res