ci: fix build.sh
This commit is contained in:
parent
26485e0ecc
commit
3acbe82173
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -64,7 +64,7 @@ fi
|
|||
for i in "${branches[@]}"
|
||||
do
|
||||
echo "Building branch $i"
|
||||
git checkout "$i" && ./gradlew :verifyPluginSignature
|
||||
git checkout "$i" && ./gradlew :plugin:verifyPluginSignature
|
||||
RESULT=$?
|
||||
if [ $RESULT != 0 ]; then
|
||||
echo "Failed to build plugin on branch $i!"
|
||||
|
|
Loading…
Add table
Reference in a new issue