summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2018-07-11 15:40:13 -0400
committerGitHub <noreply@github.com>2018-07-11 15:40:13 -0400
commitbf69f1a2d3ed4e6792b5ebc704b9cb70c02e6f57 (patch)
treed2d761941a88f4c73b44b5b86eb4586d3fed3cba
parent3ba1f3176e8d7301d7c2ffe84ec06906f03763f0 (diff)
downloadqtlocation-mapboxgl-bf69f1a2d3ed4e6792b5ebc704b9cb70c02e6f57.tar.gz
[ios] Adjust iOS nightly build to run later
CircleCI’s cron jobs run on UTC, while their containers are set to US-Pacific. This change pushes back the `nightly` workflow from 12AM UTC (5PM PDT) to 5AM UTC (10PM PDT). /cc @julianrex @fabian-guerra
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 7ee668807b..c9fdca20fc 100644
--- a/circle.yml
+++ b/circle.yml
@@ -50,7 +50,7 @@ workflows:
nightly:
triggers:
- schedule:
- cron: "0 0 * * *"
+ cron: "0 5 * * *"
filters:
branches:
only: