Skip to content

Commit

Permalink
Merge branch 'master' into 'release'
Browse files Browse the repository at this point in the history
Fixing pipeline...

See merge request kirbo/slothy!8
  • Loading branch information
Kirbo committed Apr 25, 2019
2 parents faa4664 + a9bf80b commit e62376d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ cache:
policy: pull
paths: []
dependencies:
- dependencies
- react app
artifacts:
expire_in: 1 week
Expand Down Expand Up @@ -130,18 +129,21 @@ mac:
tags:
- macos
script:
- yarn
- yarn dist -m --publish always

linux:
<<: *release-common
image: electronuserland/builder:10
script:
- yarn
- yarn dist -l --publish always

windows:
<<: *release-common
image: electronuserland/builder:wine
script:
- yarn
- yarn dist -w --publish always

pages:
Expand Down

0 comments on commit e62376d

Please sign in to comment.