Skip to content
Merged
19 changes: 10 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,13 +404,14 @@ jobs:
api_endpoint:
type: string
dashboard_token_env:
type: string
type: env_var_name
macos:
xcode: 15.4.0
resource_class: macos.m1.medium.gen1
working_directory: ~/project
executor:
name: node/default
steps:
- advanced-checkout/shallow-checkout
- run: git clone git@github.com:Instabug/Escape.git
- run: git clone -b master2 git@github.com:Instabug/Escape.git
- run:
working_directory: Escape
command: swift build -c release
Expand All @@ -436,7 +437,7 @@ jobs:
working_directory: '~'
steps:
- advanced-checkout/shallow-checkout
- run: git clone git@github.com:Instabug/Escape.git
- run: git clone -b master2 git@github.com:Instabug/Escape.git
- run:
working_directory: Escape
command: swift build -c release
Expand Down Expand Up @@ -464,7 +465,7 @@ jobs:
files: package.json
search: instabug-reactnative
replace: '@instabug/react-native'
- run: git clone git@github.com:Instabug/Escape.git
- run: git clone -b master2 git@github.com:Instabug/Escape.git
- run:
working_directory: Escape
command: swift build -c release
Expand Down Expand Up @@ -577,7 +578,7 @@ workflows:
android_package: nn
api_endpoint: st001009nn.instabug.com
api_endpoint: st001009nn.instabug.com
dashboard_token_env: ${NN_TOKEN}
dashboard_token_env: NN_TOKEN

- hold_release_injazat:
requires: *release_dependencies
Expand All @@ -598,7 +599,7 @@ workflows:
android_package: injazat
api_endpoint: st001013mec1.instabug.com
api_endpoint: st001013mec1.instabug.com
dashboard_token_env: ${INJAZAT_TOKEN}
dashboard_token_env: INJAZAT_TOKEN

# Dream11 tests
- hold_test_dream11:
Expand Down Expand Up @@ -641,4 +642,4 @@ workflows:
prepare_steps:
- prepare_dream11
api_endpoint: st001012dream11.instabug.com
dashboard_token_env: ${DREAM11_TOKEN}
dashboard_token_env: DREAM11_TOKEN