All ProjectsHome
jobrunner
jobrunner/sample/false/config.toml
config.toml Raw
displayname = "False"
description = "A sample job that returns a non-zero exit code"
command = "false"

[environment]
PATH = "/usr/bin:/bin"
HOME = "/tmp"