What are you trying to accomplish with this PR?
Add an optional field to skip the dry run process further down the deploy pipeline.
How is this accomplished?
Added the field in the deployment task command to be picked up and passed along. Also included a test to validate this behavior through verifying we do not call dry run if this flag is set to true.
What could go wrong?
Nothing should, it's an optional flag that changes minimal behavior.
What are you trying to accomplish with this PR? Add an optional field to skip the dry run process further down the deploy pipeline.
How is this accomplished? Added the field in the deployment task command to be picked up and passed along. Also included a test to validate this behavior through verifying we do not call dry run if this flag is set to true.
What could go wrong? Nothing should, it's an optional flag that changes minimal behavior.