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-12 16:53:42 -0700
commit74ae894fe2db2a0bf476bf55146ef81500724a2d (patch)
tree813bc5874d8af53343045953e77a6dd681567df0
parente4e43bb54fbc519464083300aef295abc4ee095b (diff)
downloadqtlocation-mapboxgl-upstream/fix-publish-binary-size.tar.gz
[build] Don't let the binary size query get confused by post-dated commitsupstream/fix-publish-binary-size
-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