Skip to content

Commit

Permalink
fix: install snapd from edge
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
  • Loading branch information
mr-cal committed Jan 5, 2024
1 parent 2ac347c commit 9a12dad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/spread/core22/components/file-migration/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ summary: Test file migratation with components
restore: |
snapcraft clean
rm -f ./*.snap
snap revert snapd
prepare: |
# `snap pack` for components is only supported in the `latest/edge` channel
snap refresh snapd --channel=latest/edge
execute: |
cd "./snap"
Expand Down

0 comments on commit 9a12dad

Please sign in to comment.