| Index: editor/build/promote.py
|
| ===================================================================
|
| --- editor/build/promote.py (revision 16302)
|
| +++ editor/build/promote.py (working copy)
|
| @@ -245,12 +245,10 @@
|
| # copy from continuous/REVISION to integration/REVISION
|
| print 'copying: {0} -> {1}'.format(src, integ_rev)
|
| _Gsutil(['cp', '-R', '-a', 'public-read', src, integ_rev])
|
| - _Gsutil(['rm', '-R', '{0}tests'.format(integ_rev)])
|
|
|
| # copy from continuous/REVISION to integration/latest
|
| print 'copying: {0} -> {1}'.format(src, integ_latest)
|
| _Gsutil(['cp', '-R', '-a', 'public-read', src, integ_latest])
|
| - _Gsutil(['rm', '-R', '{0}tests'.format(integ_latest)])
|
|
|
|
|
| def _PrintSeparator(text):
|
|
|