Skip to content

Commit 4d1c818

Browse files
ci: fix custom release package (#1445)
* ci: fix custom release package * fix: escape dependency * fix: escape dependency * fix: escape dependency * fix: escape dependency * fix: escape dependency * fix: escape dependency * fix: escape dependency * fix: escape dependency * fix: escape dependency
1 parent 6c6a9e0 commit 4d1c818

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.circleci/config.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -401,13 +401,14 @@ jobs:
401401
api_endpoint:
402402
type: string
403403
dashboard_token_env:
404-
type: string
404+
type: env_var_name
405+
macos:
406+
xcode: 15.4.0
407+
resource_class: macos.m1.medium.gen1
405408
working_directory: ~/project
406-
executor:
407-
name: node/default
408409
steps:
409410
- advanced-checkout/shallow-checkout
410-
- run: git clone [email protected]:Instabug/Escape.git
411+
- run: git clone -b master2 [email protected]:Instabug/Escape.git
411412
- run:
412413
working_directory: Escape
413414
command: swift build -c release
@@ -433,7 +434,7 @@ jobs:
433434
working_directory: '~'
434435
steps:
435436
- advanced-checkout/shallow-checkout
436-
- run: git clone [email protected]:Instabug/Escape.git
437+
- run: git clone -b master2 [email protected]:Instabug/Escape.git
437438
- run:
438439
working_directory: Escape
439440
command: swift build -c release
@@ -461,7 +462,7 @@ jobs:
461462
files: package.json
462463
search: instabug-reactnative
463464
replace: '@instabug/react-native'
464-
- run: git clone [email protected]:Instabug/Escape.git
465+
- run: git clone -b master2 [email protected]:Instabug/Escape.git
465466
- run:
466467
working_directory: Escape
467468
command: swift build -c release
@@ -574,7 +575,7 @@ workflows:
574575
android_package: nn
575576
api_endpoint: st001009nn.instabug.com
576577
api_endpoint: st001009nn.instabug.com
577-
dashboard_token_env: ${NN_TOKEN}
578+
dashboard_token_env: NN_TOKEN
578579

579580
- hold_release_injazat:
580581
requires: *release_dependencies
@@ -595,7 +596,7 @@ workflows:
595596
android_package: injazat
596597
api_endpoint: st001013mec1.instabug.com
597598
api_endpoint: st001013mec1.instabug.com
598-
dashboard_token_env: ${INJAZAT_TOKEN}
599+
dashboard_token_env: INJAZAT_TOKEN
599600

600601
# Dream11 tests
601602
- hold_test_dream11:
@@ -638,4 +639,4 @@ workflows:
638639
prepare_steps:
639640
- prepare_dream11
640641
api_endpoint: st001012dream11.instabug.com
641-
dashboard_token_env: ${DREAM11_TOKEN}
642+
dashboard_token_env: DREAM11_TOKEN

0 commit comments

Comments
 (0)