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
diff --git a/charmcraft.yaml b/charmcraft.yaml
index 663c211..3e89d20 100644
--- a/charmcraft.yaml
+++ b/charmcraft.yaml
@@ -1,15 +1,15 @@
1type: "charm"1type: charm
2bases:2bases:
3 - build-on:3 - build-on:
4 - name: ubuntu4 - name: ubuntu
5 channel: "20.04"5 channel: "20.04"
6 architectures: ["amd64"]6 architectures: ["amd64"]
7 run-on:7 run-on:
8 - name: ubuntu8 - name: ubuntu
9 channel: "20.04"9 channel: "20.04"
10 architectures:10 architectures:
11 - amd6411 - amd64
12 - name: ubuntu12 - name: ubuntu
13 channel: "18.04"13 channel: "18.04"
14 architectures:14 architectures:
15 - amd6415 - amd64

Subscribers

People subscribed via source and target branches

to all changes: