Closed ffjlabo closed 1 month ago
Attention: Patch coverage is 0%
with 9 lines
in your changes missing coverage. Please review.
Project coverage is 22.82%. Comparing base (
5d3e17d
) to head (8ffadca
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What this PR does / why we need it:
Fixed to use TargetDSP on the SCRIPT_RUN_ROLLBACK stage. With these fixes, we can refer to the files located in the app dir when executing the SCRIPT_RUN_ROLLBACK stage.
I chose TargetDSP, not RunningDSP, because the commands on the
onRollback
are set in app.pipecd.yaml used when Deployment is executed. The purpose of the SCRIPT_RUN_ROLLBACK stage is to run whatever command is currently set in onRollback during rollback.Which issue(s) this PR fixes:
Part of #5214
Does this PR introduce a user-facing change?: