Skip to content

Commit 682e9c8

Browse files
authored
Merge pull request #568 from Instabug/fix/ci-publish
[MOB-4988] Update CI publish script
2 parents d0baaeb + 490d504 commit 682e9c8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,15 @@ jobs:
206206
207207
publish:
208208
macos:
209-
xcode: "10.1.0"
209+
xcode: "10.2.0"
210+
working_directory: ~
210211
steps:
211-
- checkout
212+
- checkout:
213+
path: ~/project
212214
- run: git clone https://InstabugCI:[email protected]/Instabug/Escape.git
213215
- run: cd Escape; swift build -c release -Xswiftc -static-stdlib
214216
- run: cd Escape/.build/release; cp -f Escape /usr/local/bin/escape
215-
- run: Escape react-native publish
217+
- run: cd project && Escape react-native publish
216218

217219
workflows:
218220
version: 2

0 commit comments

Comments
 (0)