Skip to content

Commit

Permalink
Merge branch 'fix-owlbot-staging' into gapic-generator-no-service-noop
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Feb 12, 2024
2 parents d150747 + a79329f commit 96b357b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library_generation/owlbot/bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ if [[ -f "$(pwd)/.OwlBot.yaml" ]]; then
fi

if [[ "${monorepo}" == "true" ]]; then
mv owl-bot-staging/* temp
mkdir temp
mv owl-bot-staging/* temp/
rm -rd owl-bot-staging/
mv temp owl-bot-staging
fi
Expand Down

0 comments on commit 96b357b

Please sign in to comment.