Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Fix python owlbot post processor image cloudbuild.yaml (#1054)
I've confirmed that this works locally by running ``` gcloud builds submit --config=docker/owlbot/python/cloudbuild.yaml --substitutions=SHORT_SHA=$(git rev-parse --short HEAD) ``` Then I ran `python -v` in the docker container using ``` docker run --rm -it --entrypoint /bin/bash <image> ```
- Loading branch information