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