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 45ddbde + 0d088df commit 9e544d2Copy full SHA for 9e544d2
.circleci/config.yml
@@ -71,11 +71,12 @@ jobs:
71
xcode: 13.3.0
72
working_directory: "~"
73
steps:
74
- - checkout
+ - checkout:
75
+ path: ~/project
76
- run: git clone https://InstabugCI:$RELEASE_GITHUB_TOKEN@github.com/Instabug/Escape.git
77
- run: cd Escape && swift build -c release
78
- run: cd Escape/.build/release && cp -f Escape /usr/local/bin/escape
- - run: Escape cordova publish
79
+ - run: cd project && Escape cordova publish
80
81
workflows:
82
version: 2
0 commit comments