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.
1 parent a271d14 commit fa84961Copy full SHA for fa84961
.circleci/config.yml
@@ -206,14 +206,14 @@ jobs:
206
207
publish:
208
macos:
209
- xcode: "10.2.0"
210
- working_directory: ~
+ xcode: "10.1.0"
+ working_directory: "~"
211
steps:
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: cd Escape && swift build -c release -Xswiftc -static-stdlib
+ - run: cd Escape/.build/release && cp -f Escape /usr/local/bin/escape
217
- run: cd project && Escape react-native publish
218
219
workflows:
0 commit comments