1
0
mirror of https://github.com/taigrr/yq synced 2026-03-23 22:12:29 -07:00

Adding sourcetype to snapcraft yml

This commit is contained in:
Mike Farah
2020-03-04 15:21:09 +11:00
parent efe942727d
commit 279996533d

View File

@@ -16,6 +16,7 @@ parts:
yq:
plugin: go
source: .
source-type: git
go-importpath: github.com/mikefarah/yq
after: [go]
go: