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