How can I run a custom command before running a provided pipeline?
Specifically I want to:
poetry export -f requirements.txt --output requirements.txt
then run the google-app-engine-deploy pipeline.
I understand the 'steps' are in different docker containers, so I can't run this in the previous step, correct?