2 lines
136 B
Bash
Executable file
2 lines
136 B
Bash
Executable file
# Create a test job config
|
|
echo "{\"outputs\":[\"$1\"],\"inputs\":[],\"args\":[\"will\", \"build\", \"$1\"],\"env\":{\"foo\":\"bar\"}}"
|