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 a container for CI #372

Merged
merged 4 commits into from
Oct 13, 2016
Merged

use a container for CI #372

merged 4 commits into from
Oct 13, 2016

Conversation

BrianHicks
Copy link
Contributor

We had a bunch of dependencies we were installing before CI would begin. No need to do those all the time. Let's just use a custom container. Thanks Wercker!

@BrianHicks
Copy link
Contributor Author

Try this on for size! docker run -i -t --rm --volume $(pwd):/go/src/github.com/asteris-llc/converge asteris/converge-ci /bin/bash -c 'cd /go/src/github.com/asteris-llc/converge; make test'

@BrianHicks
Copy link
Contributor Author

Should we document that?

@stevendborrelli
Copy link
Member

This is great! Please add a line to the readme and docs and we can merge it.

@stevendborrelli stevendborrelli added this to the 0.3.0 milestone Oct 13, 2016
@stevendborrelli
Copy link
Member

Maybe after #364 is merged we can use the .hcl files to build ci containers for the different distributions.

@BrianHicks
Copy link
Contributor Author

Done

@stevendborrelli stevendborrelli merged commit 8695083 into master Oct 13, 2016
@stevendborrelli stevendborrelli deleted the feature/ci-container branch October 13, 2016 12:23
BrianHicks pushed a commit that referenced this pull request Dec 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants