Add yarn timeout to build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-06-23 09:18:17 +02:00
parent 514b384efd
commit 155d24da95
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 3 deletions

View File

@ -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