mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 23:51:07 +02:00
Fix issue where full builders end prematurely.
TBR dgarrett Change-Id: I08b7c19b8010003857f9791ca45ec9cadb972d47 BUG=N0ne TEST=Ran Review URL: http://codereview.chromium.org/6352027
This commit is contained in:
parent
af47e0e488
commit
b62c4860f8
@ -746,7 +746,7 @@ def main():
|
||||
if buildconfig['uprev']:
|
||||
_UprevPackages(buildroot, tracking_branch, revisionfile,
|
||||
buildconfig['board'], rev_overlays)
|
||||
elif not chrome_atom_to_build:
|
||||
elif options.chrome_rev and not chrome_atom_to_build:
|
||||
# We found nothing to rev, we're done here.
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user