Skip to content

Commit 9e544d2

Browse files
authored
Merge pull request #156 from Instabug/ci/fix-publish-job
[MOB-9116] Fix CI Publish Job
2 parents 45ddbde + 0d088df commit 9e544d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,12 @@ jobs:
7171
xcode: 13.3.0
7272
working_directory: "~"
7373
steps:
74-
- checkout
74+
- checkout:
75+
path: ~/project
7576
- run: git clone https://InstabugCI:$RELEASE_GITHUB_TOKEN@github.com/Instabug/Escape.git
7677
- run: cd Escape && swift build -c release
7778
- run: cd Escape/.build/release && cp -f Escape /usr/local/bin/escape
78-
- run: Escape cordova publish
79+
- run: cd project && Escape cordova publish
7980

8081
workflows:
8182
version: 2

0 commit comments

Comments
 (0)