Skip to content

Commit

Permalink
Merge branch 'handle-skip-stage' of github.com:pipe-cd/pipe into hand…
Browse files Browse the repository at this point in the history
…le-skip-stage
  • Loading branch information
knanao committed Apr 13, 2022
2 parents ed3fc55 + b943354 commit 761169b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/app/piped/executor/analysis/analysis.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ func (e *Executor) Execute(sig executor.StopSignal) model.StageStatus {
continue
}
status = model.StageStatus_STAGE_SKIPPED
// Stop the context to cancel all running analysises.
ctxWithTimeout.Done()
return
case <-doneCh:
Expand Down

0 comments on commit 761169b

Please sign in to comment.