Add retry

This commit is contained in:
Joel Collins 2019-05-06 17:36:26 +01:00
parent a2f955f33f
commit b562c9b563

View file

@ -5,6 +5,7 @@ stages:
build: build:
stage: build stage: build
image: electronuserland/builder:wine image: electronuserland/builder:wine
retry: 2
script: script:
- npm install - npm install
- npm run release - npm run release