From ed1d3e034c766db255c2202d1a26aab3fc083074 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Wed, 31 Jul 2019 13:33:49 -0700 Subject: [PATCH] Make tree green for real this time, I promise. (flutter/engine#10303) --- .../src/flutter/tools/fuchsia/build_fuchsia_artifacts.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/engine/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py b/engine/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py index 3cb3a995b1..734c568d89 100755 --- a/engine/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py +++ b/engine/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py @@ -156,13 +156,6 @@ def ProcessCIPDPakcage(upload, engine_version): ] subprocess.check_call(command, cwd=_bucket_directory) - if upload and IsLinux(): - stamp_file_path = os.path.join(_script_dir, 'fuchsia.stamp') - stamp_file = open(stamp_file_path, 'w') - stamp_file.write('https://chrome-infra-packages.appspot.com/p/flutter/fuchsia/+/git_revision:%s' % engine_version) - stamp_file.close() - subprocess.check_call(['gsutil', 'cp', 'gs://flutter_infra/flutter/%s/fuchsia.stamp' % engine_version, stamp_file_path]) - def GetRunnerTarget(runner_type, product, aot): base = 'flutter/shell/platform/fuchsia/%s:' % runner_type