We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0baaeb + 490d504 commit 682e9c8Copy full SHA for 682e9c8
.circleci/config.yml
@@ -206,13 +206,15 @@ jobs:
206
207
publish:
208
macos:
209
- xcode: "10.1.0"
+ xcode: "10.2.0"
210
+ working_directory: ~
211
steps:
- - checkout
212
+ - checkout:
213
+ path: ~/project
214
- run: git clone https://InstabugCI:[email protected]/Instabug/Escape.git
215
- run: cd Escape; swift build -c release -Xswiftc -static-stdlib
216
- run: cd Escape/.build/release; cp -f Escape /usr/local/bin/escape
- - run: Escape react-native publish
217
+ - run: cd project && Escape react-native publish
218
219
workflows:
220
version: 2
0 commit comments