Skip to content

Commit b21aef6

Browse files
Fix BuildKite CI for load snapshot configuration validation (#642)
Signed-off-by: Austin Vazquez <[email protected]>
1 parent 6fb048e commit b21aef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func WithSnapshot(memFilePath, snapshotPath string, opts ...WithSnapshotOpt) Opt
7171
opt(&m.Cfg.Snapshot)
7272
}
7373

74-
m.Handlers.Validation = m.Handlers.Validation.Append(LoadSnapshotConfigValidationHandler)
74+
m.Handlers.Validation = m.Handlers.Validation.Remove(ValidateCfgHandlerName).Append(LoadSnapshotConfigValidationHandler)
7575
m.Handlers.FcInit = modifyHandlersForLoadSnapshot(m.Handlers.FcInit)
7676
}
7777
}

0 commit comments

Comments
 (0)