Skip to content

Commit

Permalink
pluginhandler: unpack stage snaps in prepare_build()
Browse files Browse the repository at this point in the history
  • Loading branch information
jhenstridge committed Jul 14, 2020
1 parent 38d918e commit 0fe5893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snapcraft/internal/pluginhandler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ def prepare_build(self, force=False):
# Stage packages are fetched and unpacked in the pull step, but we'll
# unpack again here just in case the build step has been cleaned.
self._unpack_stage_packages()
self._unpack_stage_snaps()

def build(self, force=False):
self.makedirs()
Expand Down

0 comments on commit 0fe5893

Please sign in to comment.