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

Native support for HCL config #1

Open
lucymhdavies opened this issue May 4, 2018 · 0 comments
Open

Native support for HCL config #1

lucymhdavies opened this issue May 4, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@lucymhdavies
Copy link
Contributor

Our version of this includes:

# Convert HCL config file to JSON
FROM golang:1.10 as json2hcl
RUN go get github.com/skybet/json2hcl
WORKDIR /go/src/github.com/skybet/json2hcl
ADD config.hcl /root/config.hcl
RUN go get
RUN go run main.go -reverse < /root/config.hcl > /root/config.json

This works okay, but would be nice if the bot supported HCL out of the box

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant