Skip to content

Standardize tasks for all build types #291

@rjanja

Description

@rjanja

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions