Skip to content

Commit 2dfb38c

Browse files
committed
#RI-3478 - not build plugins for licenses check
1 parent 035b579 commit 2dfb38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-statics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
echo $pluginsOnlyInstall
55

6-
if [ $pluginsOnlyInstall == "1" ]; then
6+
if [ "$pluginsOnlyInstall" == "1" ]; then
77
exit 1
88
fi
99

0 commit comments

Comments
 (0)