summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-09-12 16:53:42 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2018-09-13 09:01:10 -0700
commit28b14f097fd840c9f0333dc18297d6c345ba4f83 (patch)
tree6e4089f0ad1fc4fb310279c430a8d35ea15a15b0
parent071129bf61dda7d23c6f305b0c42139bf20560cb (diff)
downloadqtlocation-mapboxgl-28b14f097fd840c9f0333dc18297d6c345ba4f83.tar.gz
[build] Don't let the binary size query get confused by post-dated commits
-rwxr-xr-xscripts/publish_binary_size.js2
1 files changed, 1 insertions, 1 deletions
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