We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6950b commit 93844c1Copy full SHA for 93844c1
scripts/breaking.sh
@@ -25,7 +25,7 @@ rm -rf "${d}"
25
26
cwd="${PWD}"
27
pushd "${d}" > /dev/null || exit
28
-git clone "${cwd}" -q -b "${branch}" > /dev/null
+git clone "${cwd}" -q -b "${branch}" api > /dev/null
29
cd api
30
buf build -o proto.bin
31
popd > /dev/null|| exit
0 commit comments