Skip to content

Commit 15ba483

Browse files
ahmedAlaaInstabugHeshamMegid
authored andcommitted
ci: replace d11 cluster url in UploadSourcemaps (#1122)
1 parent f165b5c commit 15ba483

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.circleci/config.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@ jobs:
301301
- search_and_replace:
302302
file: package.json
303303
replace-pattern: 's/instabug-reactnative/@instabug\/instabug-reactnative-dream11/g'
304+
- search_and_replace:
305+
file: cli/UploadSourcemaps.ts
306+
replace-pattern: 's/api.instabug.com\/api\/sdk/st001012dream11.instabug.com\/api\/sdk/g'
304307
- search_and_replace:
305308
file: android/native.gradle
306309
replace-pattern: 's/com\.instabug\.library:instabug:/com.instabug.library-dream11:instabug:/g'
@@ -421,9 +424,6 @@ workflows:
421424
- hold_release_d11:
422425
requires: *release_dependencies
423426
type: approval
424-
filters:
425-
branches:
426-
only: master
427427
- publish:
428428
requires:
429429
- hold_publish
@@ -439,6 +439,3 @@ workflows:
439439
- release_d11:
440440
requires:
441441
- hold_release_d11
442-
filters:
443-
branches:
444-
only: master

0 commit comments

Comments
 (0)