We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Only load global variables with SH when the task needs it:
SH
version: '3' vars: MESSAGE: sh: sleep 5 && echo "WORLD" tasks: print: cmds: - echo "HELLO {{.MESSAGE}}" print-no-wait: cmds: - echo "PRINT THIS INSTANTLY"
Other tasks that don't need the variable should not have it loaded