diff options
| author | Fabio Berger <me@fabioberger.com> | 2018-08-22 21:53:01 +0800 | 
|---|---|---|
| committer | Fabio Berger <me@fabioberger.com> | 2018-08-22 21:53:01 +0800 | 
| commit | 730226081c3880b203b8a74752176e9b1bfdd6fc (patch) | |
| tree | bbc8200673547b463607eca0342702919686207d /.circleci | |
| parent | 1fdd7466b232b43e97f44162338a7158c7324f1f (diff) | |
| download | dexon-sol-tools-730226081c3880b203b8a74752176e9b1bfdd6fc.tar.gz dexon-sol-tools-730226081c3880b203b8a74752176e9b1bfdd6fc.tar.zst dexon-sol-tools-730226081c3880b203b8a74752176e9b1bfdd6fc.zip  | |
Ignore error of first yarn install
Diffstat (limited to '.circleci')
| -rw-r--r-- | .circleci/config.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 4891bfc97..c4a7f1f6f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs:              - yarn-packages-        - run:            name: yarn -          command: yarn --frozen-lockfile install; exit 0; +          command: yarn --frozen-lockfile install || true        - run:            name: yarn            command: yarn --frozen-lockfile install  | 
