From cb5621030a53c16c6a9fe89c9f6c41ca55a7e58d Mon Sep 17 00:00:00 2001 From: Matthew Dippel Date: Tue, 10 Sep 2024 13:56:13 -0700 Subject: [PATCH] move more instances of `fbsource` -> `full-fbsource` Summary: Drive by fixes. Reviewed By: Sushisugre Differential Revision: D62450575 fbshipit-source-id: e84a48ae13d123f18e72e412df43a27bb6e84378 --- glean/glass/compare-snapshots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glean/glass/compare-snapshots.sh b/glean/glass/compare-snapshots.sh index 78e5e6644..2c1e2af7c 100755 --- a/glean/glass/compare-snapshots.sh +++ b/glean/glass/compare-snapshots.sh @@ -50,7 +50,7 @@ arc=/usr/local/bin/arc scheduleJob() { $arc skycastle schedule //tools/skycastle/workflows3/glean/diff_sketch.sky:snapshot-clang \ ---repository-state=fbsource=$REV \ +--repository-state=full-fbsource=$REV \ '--flag' "//tools/skycastle/lib2/glean/diff/core.sky:base_rev=$PREV" \ '--flag' '//tools/skycastle/lib2/glean/flags.sky:local=true' \ --flag "//tools/skycastle/lib2/glean/diff/glass.sky:upload_glass_snapshot=False" \