Skip to content

Commit 18455f0

Browse files
author
Steve Kirkland
committed
Remove --overwrite option from CI builds
1 parent 19e5f13 commit 18455f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build-test-fixture.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ def run_command(command)
1111

1212
def upload_dsyms(api_key, dest)
1313
puts "Uploading dsyms to #{dest}"
14-
run_command "bugsnag-cli upload dsym --api-key=#{api_key} --overwrite features/fixtures/ios/archive/iosTestApp_Release.xcarchive"
15-
run_command "bugsnag-cli upload dsym --api-key=#{api_key} --overwrite features/fixtures/macos/archive/macOSTestApp_Release.xcarchive"
14+
run_command "bugsnag-cli upload dsym --api-key=#{api_key} features/fixtures/ios/archive/iosTestApp_Release.xcarchive"
15+
run_command "bugsnag-cli upload dsym --api-key=#{api_key} features/fixtures/macos/archive/macOSTestApp_Release.xcarchive"
1616
end
1717

1818
run_command 'bundle install'

0 commit comments

Comments
 (0)