You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
```
0 commit comments