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 19e5f13 commit 18455f0Copy full SHA for 18455f0
scripts/build-test-fixture.rb
@@ -11,8 +11,8 @@ def run_command(command)
11
12
def upload_dsyms(api_key, dest)
13
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"
+ run_command "bugsnag-cli upload dsym --api-key=#{api_key} features/fixtures/ios/archive/iosTestApp_Release.xcarchive"
+ run_command "bugsnag-cli upload dsym --api-key=#{api_key} features/fixtures/macos/archive/macOSTestApp_Release.xcarchive"
16
end
17
18
run_command 'bundle install'
0 commit comments