Skip to content

Commit af23fab

Browse files
committed
disable refresh_dsyms call
1 parent 5352b7f commit af23fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/platforms/ios.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@
106106
auto_beta
107107

108108
# go ahead and download dSYMs for bugsnag too
109-
refresh_dsyms if travis?
109+
# refresh_dsyms if circle?
110110
end
111111
end

0 commit comments

Comments
 (0)