hey folks quick v1 question. If i wanted to take a...
# general
w
hey folks quick v1 question. If i wanted to take a task registered as its own goal i.e.:
TaskRegistrar(name="build-my-artifact", action=BuildArtifact).install()
and then also add it to a registered goal
Copy code
Goal.register(name="build")
TaskRegistrar(name="build-my-artifact", action=BuildArtifact).install("build")