Skip to content

Commit 96500c1

Browse files
update
Signed-off-by: Future-Outlier <eric901201@gmail.com>
1 parent 1d18265 commit 96500c1

File tree

1 file changed

+3
-0
lines changed
  • flytepropeller/pkg/controller/nodes/task

1 file changed

+3
-0
lines changed

flytepropeller/pkg/controller/nodes/task/handler.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ func (p *pluginRequestedTransition) RemoveDeckURIIfDeckNotExists(ctx context.Con
100100
exists, err := reader.DeckExists(ctx)
101101
if err != nil {
102102
logger.Errorf(ctx, "Failed to check deck file existence. Error: %v", err)
103+
if p.execInfo.OutputInfo != nil {
104+
p.execInfo.OutputInfo.DeckURI = nil
105+
}
103106
p.execInfo.OutputInfo.DeckURI = nil
104107
return regErrors.Wrapf(err, "failed to check existence of deck file")
105108
}

0 commit comments

Comments
 (0)