| Index: tools/bots/dart_sdk.py
|
| diff --git a/tools/bots/dart_sdk.py b/tools/bots/dart_sdk.py
|
| index cbaecd611eb1ea9f39a0b26f61fa4962978d7396..c124c5dbfa9b4a21a5f14881df48e04712258262 100644
|
| --- a/tools/bots/dart_sdk.py
|
| +++ b/tools/bots/dart_sdk.py
|
| @@ -187,6 +187,10 @@ def Run(command):
|
| return bot.RunProcess(command)
|
|
|
| if __name__ == '__main__':
|
| + if CHANNEL != bot_utils.Channel.BLEEDING_EDGE:
|
| + # We always clobber the bot, to make sure releases are build from scratch
|
| + bot.Clobber(force=True)
|
| +
|
| CreateUploadSDK()
|
| if BUILD_OS == 'linux':
|
| CreateUploadVersionFile()
|
|
|