Merge ~xavpaice/charm-local-users:fix_charmcraft into charm-local-users:main

Proposed by Xav Paice
Status: Merged
Approved by: James Troup
Approved revision: b2a5592a417a6adff648584eaac3ff60b6ac5e65
Merged at revision: 419f789ca1e54db16e3f676ea936e935cb554939
Proposed branch: ~xavpaice/charm-local-users:fix_charmcraft
Merge into: charm-local-users:main
Diff against target: 31 lines (+11/-11)
1 file modified
charmcraft.yaml (+11/-11)
Reviewer Review Type Date Requested Status
Peter Sabaini (community) Approve
BootStack Reviewers Pending
Review via email: mp+416878@code.launchpad.net

Commit message

Fix indentation in charmcraft.yaml

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Peter Sabaini (peter-sabaini) wrote :

lgtm

review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 419f789ca1e54db16e3f676ea936e935cb554939

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/charmcraft.yaml b/charmcraft.yaml
2index 663c211..3e89d20 100644
3--- a/charmcraft.yaml
4+++ b/charmcraft.yaml
5@@ -1,15 +1,15 @@
6-type: "charm"
7+type: charm
8 bases:
9- - build-on:
10- - name: ubuntu
11- channel: "20.04"
12- architectures: ["amd64"]
13+ - build-on:
14+ - name: ubuntu
15+ channel: "20.04"
16+ architectures: ["amd64"]
17 run-on:
18- - name: ubuntu
19- channel: "20.04"
20- architectures:
21+ - name: ubuntu
22+ channel: "20.04"
23+ architectures:
24 - amd64
25- - name: ubuntu
26- channel: "18.04"
27- architectures:
28+ - name: ubuntu
29+ channel: "18.04"
30+ architectures:
31 - amd64

Subscribers

People subscribed via source and target branches

to all changes: