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

Standardize tasks for all build types #291

Open
rjanja opened this issue Jan 17, 2019 · 0 comments
Open

Standardize tasks for all build types #291

rjanja opened this issue Jan 17, 2019 · 0 comments
Labels

Comments

@rjanja
Copy link
Contributor

rjanja commented Jan 17, 2019

Currently all tasks are loaded, so we have a :docker_build, :local_build and :remote_build because they need to have distinct names.

Although we have a generic :build task, all it does is invoke a single task from the above three based on the build type.

We should consider adding other generic build-related tasks:

  • verify_config
  • compile
  • generate_release
  • copy_release

Some of these task names are already in use, so this would be a breaking change, but would allow for less confusion when hooking custom tasks.

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

No branches or pull requests

1 participant