diff --git a/brightray/script/cibuild b/brightray/script/cibuild index ab6b8eaeadf..bfe1ec92b80 100755 --- a/brightray/script/cibuild +++ b/brightray/script/cibuild @@ -18,8 +18,8 @@ def main(): url = 'https://{0}.s3.amazonaws.com/libchromiumcontent'.format(os.environ['JANKY_ARTIFACTS_S3_BUCKET']) return (run_script('bootstrap', url) or - run_script('cpplint') or - run_script('build')) + run_script('build') or + run_script('cpplint')) def copy_to_environment(credentials_file):