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