Hi! Are there any ways to get the logs out from a failed subprocess that occurs during the pull step? I just want to be able to debug why my git pulls are failing more efficiently, finding the existing logging kind of oblique
n
Nate
02/14/2024, 8:42 PM
hi @Paige Gulley - oftentimes I find it helpful to add a
run_shell_script
step to
ls -la
or something so you can see the lay of the land
which you can later remove of course