diff options
| author | Fabio Berger <me@fabioberger.com> | 2018-08-27 18:43:35 +0800 | 
|---|---|---|
| committer | Fabio Berger <me@fabioberger.com> | 2018-08-27 18:43:35 +0800 | 
| commit | 907972c466b273c3defa7c30c2d78198dc2b3b16 (patch) | |
| tree | 3e39121dab60e56665ebc4e7e024b5fa4624eba7 | |
| parent | 4ac43a9fd2d3cc75b4f9aed92d85f722f28d34cb (diff) | |
| parent | 49f5fe635f14e01b43fb606e8aa91d4b0e1e2594 (diff) | |
| download | dexon-sol-tools-907972c466b273c3defa7c30c2d78198dc2b3b16.tar.gz dexon-sol-tools-907972c466b273c3defa7c30c2d78198dc2b3b16.tar.zst dexon-sol-tools-907972c466b273c3defa7c30c2d78198dc2b3b16.zip | |
Merge branch 'development' into fix-ci
* development:
  Run yarn a second time if the first fails
| -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 2f139841b..373745a9f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ jobs:            command: sudo npm install --global yarn@1.9.4        - run:            name: yarn -          command: yarn --frozen-lockfile install +          command: yarn --frozen-lockfile install || yarn --frozen-lockfile install        - save_cache:            name: Save Yarn Package Cache            key: yarn-packages-{{ .Branch }}-{{ checksum "yarn.lock" }} | 
