feat: initial public version
This commit is contained in:
14
commands.json
Normal file
14
commands.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"sh": {
|
||||
"run": {
|
||||
"engine": "docker",
|
||||
"entry": "main.sh",
|
||||
"steps": [
|
||||
{
|
||||
"box": "alpine",
|
||||
"command": ["sh", "main.sh"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user