Merge ~cjwatson/launchpad-layers:lpci-snap-syntax into launchpad-layers:main

Proposed by Colin Watson
Status: Merged
Merged at revision: 7a9f5437ab35b0989a3f7968260e8379b6447fa5
Proposed branch: ~cjwatson/launchpad-layers:lpci-snap-syntax
Merge into: launchpad-layers:main
Diff against target: 14 lines (+3/-1)
1 file modified
.launchpad.yaml (+3/-1)
Reviewer Review Type Date Requested Status
Simone Pelosi Approve
Review via email: mp+441445@code.launchpad.net

Commit message

.launchpad.yaml: Update snap property syntax

Description of the change

The list-of-names format is now deprecated.

To post a comment you must log in.
Revision history for this message
Simone Pelosi (pelpsi) wrote :

LGTM!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.launchpad.yaml b/.launchpad.yaml
2index a92214f..0cd3157 100644
3--- a/.launchpad.yaml
4+++ b/.launchpad.yaml
5@@ -7,6 +7,8 @@ jobs:
6 packages:
7 - tox
8 - git
9- snaps: [go]
10+ snaps:
11+ - name: go
12+ classic: true
13 run: tox -e lint
14 series: focal

Subscribers

People subscribed via source and target branches