You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my use case I'd like to setup shell flags across all tasks as to avoid specifying the flags in every task. It is a little bit worse when using switch conditionals.
Given the following tasks
task"download" {
check="..."apply=<<EOF set -e ...EOF
task"extract" {
check="..."apply=<<EOF set -e ...EOF
Motivation
In my use case I'd like to setup shell flags across all tasks as to avoid specifying the flags in every task. It is a little bit worse when using switch conditionals.
Given the following tasks
Proposal
Taking the same implementation from terraform:
Particular useful for
timeout
.Anything in config would apply globally to all tasks.
The text was updated successfully, but these errors were encountered: