Skip to content

Commit 3674895

Browse files
committed
#RI-3478 - not build plugins for licenses check
1 parent a8b7fd8 commit 3674895

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -808,12 +808,11 @@ jobs:
808808
- run:
809809
name: Run install all dependencies
810810
command: |
811-
# yarn install
812-
# yarn --cwd redisinsight/api install
813-
# yarn --cwd tests/e2e install
811+
yarn install
812+
yarn --cwd redisinsight/api install
813+
yarn --cwd tests/e2e install
814814
# Install plugins dependencies
815815
export pluginsOnlyInstall=1
816-
# yarn build:statics
817816
bash ./scripts/build-statics.sh
818817
- run:
819818
name: Generate licenses csv files and send csv data to google sheet

0 commit comments

Comments
 (0)