Skip to content

Commit

Permalink
fix(owlbot-java): run owlbot.py if present (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Apr 14, 2021
1 parent 8285c2b commit 89a8b2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/owlbot/java/bin/write_templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ if [ -f "synth.py" ]
then
python3 /owlbot/src/convert-synthtool-templates.py --synth-file=synth.py
fi

if [ -f "owlbot.py" ]
then
python3 -m synthtool owlbot.py
fi

0 comments on commit 89a8b2e

Please sign in to comment.