Skip to content

Commit 035b579

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ jobs:
812812
# yarn --cwd redisinsight/api install
813813
# yarn --cwd tests/e2e install
814814
# Install plugins dependencies
815-
echo "export pluginsOnlyInstall=1" >> $BASH_ENV
815+
export pluginsOnlyInstall=1
816816
# yarn build:statics
817817
sh ./scripts/build-statics.sh
818818
- run:

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)