Skip to content

Commit

Permalink
Fix cloned path in breaking task check (#3115)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi authored Mar 11, 2024
1 parent cb6950b commit 93844c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/breaking.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rm -rf "${d}"

cwd="${PWD}"
pushd "${d}" > /dev/null || exit
git clone "${cwd}" -q -b "${branch}" > /dev/null
git clone "${cwd}" -q -b "${branch}" api > /dev/null
cd api
buf build -o proto.bin
popd > /dev/null|| exit
Expand Down

0 comments on commit 93844c1

Please sign in to comment.