mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fixing existing-version
This was broken as part of the merge.
This commit is contained in:
@@ -751,15 +751,14 @@ exports.publishPackage = function (options) {
|
||||
});
|
||||
if (buildmessage.jobHasMessages())
|
||||
return;
|
||||
|
||||
if (! options.doNotPublishBuild) {
|
||||
createAndPublishBuiltPackage(conn, isopack);
|
||||
if (buildmessage.jobHasMessages())
|
||||
return;
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
if (! options.doNotPublishBuild) {
|
||||
createAndPublishBuiltPackage(conn, isopack);
|
||||
if (buildmessage.jobHasMessages())
|
||||
return;
|
||||
}
|
||||
|
||||
return;
|
||||
};
|
||||
|
||||
// Call the server to ask if we are authorized to update this release or
|
||||
|
||||
Reference in New Issue
Block a user