Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@ jobs:
- search_and_replace:
file: package.json
replace-pattern: 's/instabug-reactnative/@instabug\/instabug-reactnative-dream11/g'
- search_and_replace:
file: cli/UploadSourcemaps.ts
replace-pattern: 's/api.instabug.com\/api\/sdk/st001012dream11.instabug.com\/api\/sdk/g'
- search_and_replace:
file: android/native.gradle
replace-pattern: 's/com\.instabug\.library:instabug:/com.instabug.library-dream11:instabug:/g'
Expand Down Expand Up @@ -418,9 +421,6 @@ workflows:
- hold_release_d11:
requires: *release_dependencies
type: approval
filters:
branches:
only: master
- publish:
requires:
- hold_publish
Expand All @@ -436,6 +436,3 @@ workflows:
- release_d11:
requires:
- hold_release_d11
filters:
branches:
only: master