We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently all tasks are loaded, so we have a :docker_build, :local_build and :remote_build because they need to have distinct names.
:docker_build
:local_build
:remote_build
Although we have a generic :build task, all it does is invoke a single task from the above three based on the build type.
:build
We should consider adding other generic build-related tasks:
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: