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

Split build playbook into smaller steps #294

Open
cameel opened this issue Jan 8, 2019 · 1 comment
Open

Split build playbook into smaller steps #294

cameel opened this issue Jan 8, 2019 · 1 comment

Comments

@cameel
Copy link
Contributor

cameel commented Jan 8, 2019

Currently we have one big concent-builder/build-test-and-push.yml playbook which builds containers, builds Kubernetes configs for the cluster, pushes images to our Docker registry and runs unit tests. This was convenient when we had to deploy manually every time, but now that we have CI (#284), it would actually be more convenient to be able to run each step separately. Split this playbook into:

Then make CI run each of them as a separate step.

Update build instructions in the README.

@cameel cameel changed the title Separate container build playbook Split build playbook into smaller steps Jan 8, 2019
@PaweuB
Copy link

PaweuB commented Jan 9, 2019

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

No branches or pull requests

2 participants