Add gitea/shell environments/bash
This commit is contained in:
parent
f32f9f57f2
commit
919d1b05f8
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"uuid" : "341ccf7f-08c2-47b8-9e8e-2f5f47ce4295",
|
||||||
|
"name" : "bash",
|
||||||
|
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||||
|
"color" : null,
|
||||||
|
"icon" : null,
|
||||||
|
"configuration" : {
|
||||||
|
"deletable" : true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"type" : "shellEnvironment",
|
||||||
|
"commands" : null,
|
||||||
|
"host" : {
|
||||||
|
"storeId" : "a28016a2-bedd-4317-9577-c3b13459a841"
|
||||||
|
},
|
||||||
|
"shell" : "bash",
|
||||||
|
"elevated" : false,
|
||||||
|
"scripts" : null
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue