Skip to content

Commit

Permalink
Merge pull request #175 from simondeziel/core22-base
Browse files Browse the repository at this point in the history
Switch `testflinger-cli` to `core22` base
  • Loading branch information
plars authored Dec 14, 2023
2 parents 899e975 + 8269f52 commit f316588
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cli/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ description: |
server for submitting test jobs, checking status, getting results, and
streaming output.
confinement: strict
base: core20
base: core22
grade: stable
adopt-info: testflinger-cli

architectures:
Expand All @@ -31,6 +32,5 @@ parts:
source: .
override-pull: |
set -e
snapcraftctl pull
snapcraftctl set-version "$(date +%Y%m%d)"
snapcraftctl set-grade "stable"
craftctl default
craftctl set version="$(date +%Y%m%d)"

0 comments on commit f316588

Please sign in to comment.