mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-24 22:06:43 +01:00
feat(apps): python3 by default
This commit is contained in:
parent
3a71336278
commit
53bc3d5fdb
@ -86,7 +86,7 @@ func (t *ShellApp) makeShellCmd(args []string, environmentVars *[]string) *exec.
|
||||
case db.TemplateBash:
|
||||
command = "bash"
|
||||
case db.TemplatePython:
|
||||
command = "python"
|
||||
command = "python3"
|
||||
case db.TemplatePowerShell:
|
||||
command = "powershell"
|
||||
appArgs = []string{"-File"}
|
||||
|
Loading…
Reference in New Issue
Block a user