Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ stages: build: stage: build image: electronuserland/builder:wine retry: 2 script: - npm install - npm run release Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ stages: build: stage: build image: electronuserland/builder:wine retry: 2 script: - npm install - npm run release Loading