mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
Fix annotated steps for dart_sdk
Stray : at the end of the force line (used to be an if) R=whesse@google.com BUG= Review URL: https://codereview.chromium.org//1167523006
This commit is contained in:
parent
74759d5771
commit
b35b14e94f
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ def Run(command):
|
|||
|
||||
if __name__ == '__main__':
|
||||
# We always clobber the bot, to make sure releases are build from scratch
|
||||
force = CHANNEL != bot_utils.Channel.BLEEDING_EDGE:
|
||||
force = CHANNEL != bot_utils.Channel.BLEEDING_EDGE
|
||||
bot.Clobber(force=force)
|
||||
|
||||
CreateUploadSDK()
|
||||
|
|
Loading…
Reference in a new issue