From 74ae894fe2db2a0bf476bf55146ef81500724a2d Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 12 Sep 2018 16:53:42 -0700 Subject: [build] Don't let the binary size query get confused by post-dated commits --- scripts/publish_binary_size.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish_binary_size.js b/scripts/publish_binary_size.js index c7c1698436..9b27378b74 100755 --- a/scripts/publish_binary_size.js +++ b/scripts/publish_binary_size.js @@ -54,7 +54,7 @@ function query(after) { ref(qualifiedName: "master") { target { ... on Commit { - history(first: 100, since: "2018-07-01T00:00:00Z" ${after ? `, after: "${after}"` : ''}) { + history(first: 100, before: "36c6a8ea79bbd2596abb58ffb58debf65a4ea13d" ${after ? `, after: "${after}"` : ''}) { pageInfo { hasNextPage endCursor -- cgit v1.2.1