Skip to content

Commit

Permalink
chore: fix owl-bot-staging unpacking
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Feb 12, 2024
1 parent 5f17e62 commit a79329f
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 a79329f

Please sign in to comment.