Skip to content

Commit

Permalink
[OPR-89]: Removes .scripts
Browse files Browse the repository at this point in the history
No idea what directory fastlane scripts actually run in!?!
  • Loading branch information
danthorpe committed Oct 21, 2015
1 parent e2f79ff commit d6826af
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 @@ -37,6 +37,6 @@ end

after_all do |lane|
if lane == :test_ios
sh ".scripts/send-coverage.sh"
sh "send-coverage.sh"
end
end

0 comments on commit d6826af

Please sign in to comment.