diff options
author | Jason Wray <friedbunny@users.noreply.github.com> | 2018-07-11 15:40:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 15:40:13 -0400 |
commit | bf69f1a2d3ed4e6792b5ebc704b9cb70c02e6f57 (patch) | |
tree | d2d761941a88f4c73b44b5b86eb4586d3fed3cba /circle.yml | |
parent | 3ba1f3176e8d7301d7c2ffe84ec06906f03763f0 (diff) | |
download | qtlocation-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
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 2 |
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: |