Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Build broken on master because of bundle actions command #699

Closed
radu-matei opened this issue Apr 6, 2019 · 0 comments · Fixed by #698
Closed

Build broken on master because of bundle actions command #699

radu-matei opened this issue Apr 6, 2019 · 0 comments · Fixed by #698
Assignees

Comments

@radu-matei
Copy link
Member

#666 was merged earlier, but because the PR that removed the signing was merged before, this PR still referenced some methods that got changed, thus breaking the build:

$ make build
go build  -ldflags '-w -s -X github.com/deislabs/duffle/pkg/version.Version=0.1.0-ralpha.5+englishrose-44-gae6a7ca' -o /Users/radu/go/src/github.com/deislabs/duffle/bin/duffle github.com/deislabs/duffle/cmd/...
# github.com/deislabs/duffle/cmd/duffle
cmd/duffle/bundle_actions.go:45:42: too many arguments in call to resolveBundleFilePath
        have (string, string, bool, bool)
        want (string, string, bool)
cmd/duffle/bundle_actions.go:50:24: too many arguments in call to loadBundle
        have (string, bool)
        want (string)
make: *** [build] Error 2
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant