Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#17614 from wallyworld/fix-snap-build
juju#17614 A small snapcraft yaml fix to repair the building of the juju snap. ``` + mv /build/snapcraft-juju-c8e48f6ce8fae175befe84541b6a64e1/parts/jujud/install/bin/jujud /build/snapcraft-juju-c8e48f6ce8fae175befe84541b6a64e1/parts/jujud/install/bin/jujud mv: '/build/snapcraft-juju-c8e48f6ce8fae175befe84541b6a64e1/parts/jujud/install/bin/jujud' and '/build/snapcraft-juju-c8e48f6ce8fae175befe84541b6a64e1/parts/jujud/install/bin/jujud' are the same file Failed to run 'override-build': Exit code was 1. Build failed ``` There was leftover code from when the juju-controller stuff was backed out.
- Loading branch information