Skip to content

Commit ac7bfc5

Browse files
committed
Updated config.yml
1 parent b3de1e6 commit ac7bfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,14 +678,14 @@ jobs:
678678
- run:
679679
command: |
680680
cp ./electron/package.json ./redisinsight/
681+
- <<: *keychain
681682
- run:
682683
name: install dependencies
683684
command: |
684685
yarn install
685686
yarn --cwd redisinsight/api/ install
686687
yarn build:statics
687688
no_output_timeout: 15m
688-
- <<: *keychain
689689
- run:
690690
name: Build macos dmg
691691
command: |

0 commit comments

Comments
 (0)