Skip to content

Commit b08247b

Browse files
committed
ci: add working dir to prepare command
1 parent a45db7e commit b08247b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,24 @@ commands:
101101
working_directory: << parameters.working_directory >>
102102

103103
prepare_dream11:
104+
parameters:
105+
working_directory:
106+
type: string
107+
default: ~/project
104108
steps:
105109
- prepare_custom_package:
106110
npm_package: '@instabug/instabug-reactnative-dream11'
107111
android_package: dream11
108112
api_endpoint: st001012dream11.instabug.com
113+
working_directory: << parameters.working_directory >>
109114
- run:
110115
name: Give execute permission to Dream11 script
111116
command: chmod +x ./scripts/dream-11-delete-unused-features.sh
117+
working_directory: << parameters.working_directory >>
112118
- run:
113119
name: Remove unused features
114120
command: ./scripts/dream-11-delete-unused-features.sh
121+
working_directory: << parameters.working_directory >>
115122

116123
notify_github:
117124
parameters:

0 commit comments

Comments
 (0)