Add gitea/shell environments/bash

This commit is contained in:
Ingrid010109!? 2025-01-19 23:04:45 +01:00
parent f32f9f57f2
commit 919d1b05f8
2 changed files with 20 additions and 0 deletions

View File

@ -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
}
}

View File

@ -0,0 +1,10 @@
{
"type" : "shellEnvironment",
"commands" : null,
"host" : {
"storeId" : "a28016a2-bedd-4317-9577-c3b13459a841"
},
"shell" : "bash",
"elevated" : false,
"scripts" : null
}