aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Amine <amine@mouafik.fr>2020-03-31 11:43:03 +0100
committerLibravatar GitHub <noreply@github.com>2020-03-31 11:43:03 +0100
commit6353066ccd2606db9a034d3d11f24957cce19f68 (patch)
treef96961c75454d486cbd9fdc9aa496699f1ef1eaf
parentUpdate stale bot configuration (#524) (diff)
downloadferdium-app-6353066ccd2606db9a034d3d11f24957cce19f68.tar.gz
ferdium-app-6353066ccd2606db9a034d3d11f24957cce19f68.tar.zst
ferdium-app-6353066ccd2606db9a034d3d11f24957cce19f68.zip
Retry flaky commands on AppVeyor (#526)
To avoid having to manually re-run https://ci.appveyor.com/project/kytwb/ferdi/builds/31820339
-rw-r--r--appveyor.yml4
1 files 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:
4version: 5.4.1-beta.4.{build} 4version: 5.4.1-beta.4.{build}
5 5
6install: 6install:
7 - git submodule update --init --recursive 7 - appveyor-retry git submodule update --init --recursive
8 - ps: Install-Product node 10 8 - ps: Install-Product node 10
9 - npx lerna bootstrap 9 - appveyor-retry npx lerna bootstrap
10 10
11cache: 11cache:
12 - '%APPDATA%\npm-cache' 12 - '%APPDATA%\npm-cache'