GokulnathP
GokulnathP
TTask
Created by GokulnathP on 7/2/2024 in #help
Running task fails in git hooks
We have a pre push git hook which will run the build task. When it is executed normally it works without any problem. But during pre push it throws the following error "task: Failed to parse stdin yaml: line 1: cannot unmarshal !!str into taskfile" Can someone please help me with resolving this problem? Command "task build"
2 replies
TTask
Created by GokulnathP on 6/26/2024 in #help
is there a way to give required variables check in the root level similar to the task level?
We have a use case where any task can be runnable only when common environment variables are available. Instead of setting them up in each task, is there an possibility to set it at root level?
3 replies