Skip to content

Commit

Permalink
Revert "let lp infer the series from snapcraft.yaml (#1209)" (#1210)
Browse files Browse the repository at this point in the history
This reverts commit da3193e.
  • Loading branch information
George Kraft committed Feb 16, 2023
1 parent da3193e commit 1261d57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cilib/lp.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def create_or_update_snap_recipe(self, name, owner, version, repo, branch, track
snap = self.snaps.new(
name=lp_snap_name,
owner=lp_owner,
distro_series=self.distro_series(),
git_repository=self.snap_git_repo(lp_owner, lp_snap_project_name),
git_path=branch,
store_upload=True,
Expand Down

0 comments on commit 1261d57

Please sign in to comment.