Update new gallery HEAD commit (#60504)

The gallery repository history has been rewritten (see flutter/gallery#87), so updating to HEAD commit
This commit is contained in:
Pierre-Louis 2020-06-29 10:49:29 +02:00 committed by GitHub
parent 2962912d68
commit 49cf97c35b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ class NewGalleryPerfTest extends PerfTest {
// Manually roll the new gallery version for now. If the new gallery repo
// turns out to be updated frequently in the future, we can set up an auto
// roller to update this version.
await getNewGallery('8cd83418728531067a1768eccd10b1d197d61d15', galleryDir);
await getNewGallery('d00362e6bdd0f9b30bba337c358b9e4a6e4ca950', galleryDir);
return await super.run();
}