From 6353066ccd2606db9a034d3d11f24957cce19f68 Mon Sep 17 00:00:00 2001 From: Amine Date: Tue, 31 Mar 2020 11:43:03 +0100 Subject: Retry flaky commands on AppVeyor (#526) To avoid having to manually re-run https://ci.appveyor.com/project/kytwb/ferdi/builds/31820339 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ecf12899c..1985835ef 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,9 +4,9 @@ environment: version: 5.4.1-beta.4.{build} install: - - git submodule update --init --recursive + - appveyor-retry git submodule update --init --recursive - ps: Install-Product node 10 - - npx lerna bootstrap + - appveyor-retry npx lerna bootstrap cache: - '%APPDATA%\npm-cache' -- cgit v1.2.3-70-g09d2