mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Be kind to build queue: Skip installer for non-release/non-master branch
This commit is contained in:
@@ -50,8 +50,7 @@ build_script:
|
||||
ECHO Building on master branch - Creating signed zips &&
|
||||
script\build.cmd --code-sign --compress-artifacts
|
||||
) ELSE (
|
||||
ECHO Building on non-master branch - Creating unsigned zips &&
|
||||
script\build.cmd --compress-artifacts
|
||||
ECHO Skipping installer build for non-release/non-master branch
|
||||
)
|
||||
)
|
||||
) ELSE (
|
||||
|
||||
Reference in New Issue
Block a user