You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2022. It is now read-only.
#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
The text was updated successfully, but these errors were encountered:
#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:
The text was updated successfully, but these errors were encountered: