mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
continue on disabled stage
This commit is contained in:
@@ -21,6 +21,9 @@ pub async fn execute_procedure(
|
||||
update: &Mutex<Update>,
|
||||
) -> anyhow::Result<()> {
|
||||
for stage in &procedure.config.stages {
|
||||
if !stage.enabled {
|
||||
continue;
|
||||
}
|
||||
add_line_to_update(
|
||||
update,
|
||||
&format!("executing stage: {}", stage.name),
|
||||
|
||||
Reference in New Issue
Block a user