diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2018-09-12 16:53:42 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2018-09-13 09:01:10 -0700 |
commit | 28b14f097fd840c9f0333dc18297d6c345ba4f83 (patch) | |
tree | 6e4089f0ad1fc4fb310279c430a8d35ea15a15b0 /scripts | |
parent | 071129bf61dda7d23c6f305b0c42139bf20560cb (diff) | |
download | qtlocation-mapboxgl-28b14f097fd840c9f0333dc18297d6c345ba4f83.tar.gz |
[build] Don't let the binary size query get confused by post-dated commits
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/publish_binary_size.js | 2 |
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 |