Skip to content

Commit

Permalink
Report that we're using a branch provided charmcraft channel
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Aug 1, 2024
1 parent 56ac2e8 commit 1b338f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/build-charms/builder_launchpad.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def _lp_channels(self):
charmcraft_channel_file = Path(self.src_path) / ".charmcraft-channel"
if charmcraft_channel_file.exists():
channels["charmcraft"] = charmcraft_channel_file.read_text().strip()
self.echo(f"Using channel from {charmcraft_channel_file}: {channels['charmcraft']}")
return channels

@cached_property
Expand Down

0 comments on commit 1b338f8

Please sign in to comment.