source-type breaks remote-build
Bug #1860526 reported by
Ian Booth
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Snapcraft |
Triaged
|
Medium
|
Unassigned | ||
Bug Description
If I have a snapcraft.yaml with
juju:
source: .
source-type: git
then snapcraft remote-build fails because the source code directory is not the same as the working directory and running go dep from the working directory fails since the source is missing.
To post a comment you must log in.

I think you want "local" for your source-type. `source-type: git` is intended if the `source` points to a git URL (that can be cloned with `git clone $source`.