Skip to content

Commit 895ff8d

Browse files
authored
chore: use the latest python post processor image
1 parent c60773a commit 895ff8d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:7a40313731a7cb1454eef6b33d3446ebb121836738dc3ab3d2d3ded5268c35b6
16+
digest: sha256:ddf4551385d566771dc713090feb7b4c1164fb8a698fe52bbe7670b24236565b

owlbot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@
8585

8686
s.remove_staging_dirs()
8787

88+
# Remove this line once the owlbot post processor runs
89+
has_generator_updates = True
90+
8891
# only run post processor when there are changes to the generated code
8992
if has_generator_updates:
9093

0 commit comments

Comments
 (0)