Skip to content

Commit 750d800

Browse files
committed
TO-DROP: force the gitgitgadget note back in time, for testing
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 0c8fa5b commit 750d800

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/ci-helper.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,11 @@ export class CIHelper {
260260
},
261261
);
262262
console.timeEnd("fetch Git notes");
263+
console.time("forcing `gitgitgadget` notes refs back in time");
264+
await git(["update-ref", "refs/notes/gitgitgadget", "07cbd089352a850817060742d649adb4c4c99445"], {
265+
workDir: this.workDir,
266+
});
267+
console.timeEnd("forcing `gitgitgadget` notes refs back in time");
263268
this.gggNotesUpdated = true;
264269
if (setupOptions?.needsUpstreamBranches) {
265270
console.time("fetch upstream branches");

0 commit comments

Comments
 (0)