mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-05 16:00:50 +00:00
fill out Procedure execute types
This commit is contained in:
@@ -491,14 +491,28 @@ const default_enabled_execution: () => Types.EnabledExecution = () => ({
|
||||
const EXECUTION_TYPES: Types.Execution["type"][] = [
|
||||
"RunBuild",
|
||||
"Deploy",
|
||||
"RestartContainer",
|
||||
"StartContainer",
|
||||
"PauseContainer",
|
||||
"UnpauseContainer",
|
||||
"StopContainer",
|
||||
"StopAllContainers",
|
||||
"RemoveContainer",
|
||||
"DeployStack",
|
||||
"StartStack",
|
||||
"RestartStack",
|
||||
"PauseStack",
|
||||
"UnpauseStack",
|
||||
"StopStack",
|
||||
"DestroyStack",
|
||||
"CloneRepo",
|
||||
"PullRepo",
|
||||
"BuildRepo",
|
||||
"RunProcedure",
|
||||
"RunSync",
|
||||
"PruneContainers",
|
||||
"PruneImages",
|
||||
"PruneNetworks",
|
||||
"Sleep",
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user