Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: debug scripts are not mounted to steps with no scripts
Fix bug for issue tektoncd#4613 When script is empty then the logic which mount the debug script will skip for container and the signal of placeScripts is the default value false. Then no debug script volume will be mount. But now will check breakpoint first and add volumeMount for container if breakpoint is not null. And if breakpoint is not null then will set the signal placeScripts to be true Signed-off-by: yuzhipeng <[email protected]>
- Loading branch information