Skip to content

Commit 0bcf6d3

Browse files
authored
Disable java check temporarily
1 parent 7baab0c commit 0bcf6d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/github-actions-metadata-update.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ FILES=$(getReleaseDelta google/libphonenumber "v${DEPLOYED_NUGET_TAG}" $UPSTREAM
8484

8585
if echo $FILES | grep '\.java'
8686
then
87-
echo "has java files, automatic update not possible"
88-
exit 123
87+
# echo "has java files, automatic update not possible"
88+
# exit 123
8989
fi
9090

9191
if echo $FILES | grep 'proto'

0 commit comments

Comments
 (0)