Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Upgrade snap base to core22 #15

Merged
merged 1 commit into from
May 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: edgex-config-provider-example
base: core20
base: core22

version: git
summary: Example EdgeX snaps config provider
Expand Down Expand Up @@ -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
Expand Down