mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-16 19:39:24 +00:00
Set network timeout
CI is quite slow it seems
This commit is contained in:
parent
62baca6e51
commit
9b5cac6212
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ cache:
|
|||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- yarn install --prefer-offline --production
|
||||
- yarn install --prefer-offline --production --network-timeout 100000
|
||||
- npm run release
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue