Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhTayal committed Jan 9, 2018
1 parent 63b603c commit 7a2a2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ platform :ios do
desc "Ensure all the requirement environment variables are provided"
desc "this way the deployment script will fail early (and often)"
private_lane :verify_env_variables do
["SLACK_URL", "GITHUB_API_TOKEN"].each do |variable|
["GITHUB_API_TOKEN"].each do |variable|
next if ENV[variable].to_s.length > 0
UI.user_error!("Missing ENV variables #{variable}, make sure to provide one for fastlane to be successful")
end
Expand Down

0 comments on commit 7a2a2b6

Please sign in to comment.