From 155d24da95b18503694a520dcfea9e5e71cf48d7 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 23 Jun 2020 09:18:17 +0200 Subject: [PATCH] Add yarn timeout to build --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index fcd298ed8..07f83c6fa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: pull: true group: build-static commands: - - yarn --frozen-lockfile + - yarn --frozen-lockfile --network-timeout 100000 - yarn run lint - yarn run build @@ -41,7 +41,7 @@ steps: pull: true group: build-static commands: - - yarn --frozen-lockfile + - yarn --frozen-lockfile --network-timeout 100000 - yarn run lint - "echo '{\"VERSION\": \"'$(git describe --tags --always --abbrev=10 | sed 's/-/+/' | sed 's/^v//' | sed 's/-g/-/')'\"}' > src/version.json" - yarn run build @@ -90,7 +90,7 @@ steps: pull: true group: build-static commands: - - yarn --frozen-lockfile + - yarn --frozen-lockfile --network-timeout 100000 - yarn run lint - "echo '{\"VERSION\": \"'$(git describe --tags --always --abbrev=10 | sed 's/-/+/' | sed 's/^v//' | sed 's/-g/-/')'\"}' > src/version.json" - yarn run build