We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543e896 commit 29fde92Copy full SHA for 29fde92
fastlane/lib/util.rb
@@ -2,7 +2,7 @@
2
3
# should we build and release to the nightly channel?
4
def should_nightly?
5
- travis_cron? || circleci_nightly?
+ travis_cron? || circle_nightly?
6
end
7
8
# are we running under the circleci nightly workflow?
0 commit comments