Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use init-release task to generate goreleaser file #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

apoorvam
Copy link
Collaborator

@apoorvam apoorvam commented Aug 6, 2019

Instead of hardcoding goreleaser config file, using goreleaser init command in another dunner task to generate this file.

So user can do:

dunner init go-github-release # init recipe
dunner do init-release # generates goreleaser config file
dunner do go-github-release # make release

@apoorvam apoorvam added the DO_NOT_MERGE Not merge this PR label Aug 6, 2019
@apoorvam
Copy link
Collaborator Author

apoorvam commented Aug 6, 2019

This dunner task gives an error as:

OCI runtime exec failed: exec failed: container_linux.go:344: starting container process caused "process_linux.go:91: executing setns process caused \"exit status 21\"": unknown

Working on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO_NOT_MERGE Not merge this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant