@@ -2,22 +2,22 @@ version: 2.1
2
2
3
3
orbs :
4
4
android :
circleci/[email protected]
5
- git-shallow-clone : guitarrapc/[email protected]
5
+ advanced-checkout : vsco/[email protected]
6
6
7
7
jobs :
8
8
danger :
9
9
docker :
10
10
- image : circleci/ruby:2.6.4
11
11
steps :
12
- - git- shallow-clone/ checkout
12
+ - advanced-checkout/ shallow-checkout
13
13
- run : bundle install
14
14
- run : bundle exec danger
15
15
16
16
lint :
17
17
docker :
18
18
- image : cimg/node:16.17.1
19
19
steps :
20
- - git- shallow-clone/ checkout
20
+ - advanced-checkout/ shallow-checkout
21
21
- run :
22
22
name : Install Node Packages
23
23
command : yarn
32
32
docker :
33
33
- image : cimg/node:16.17.1
34
34
steps :
35
- - git- shallow-clone/ checkout
35
+ - advanced-checkout/ shallow-checkout
36
36
37
37
- run :
38
38
name : Install Node Packages
62
62
name : android/android-machine
63
63
tag : ' 2022.03.1'
64
64
steps :
65
- - git- shallow-clone/ checkout
65
+ - advanced-checkout/ shallow-checkout
66
66
- run :
67
67
name : Install Yarn
68
68
command : npm install -g yarn
78
78
machine :
79
79
image : ubuntu-2004:current
80
80
steps :
81
- - git- shallow-clone/ checkout
81
+ - advanced-checkout/ shallow-checkout
82
82
- run :
83
83
name : Validate Android Script
84
84
command : bash -n android/upload_sourcemap.sh
93
93
macos :
94
94
xcode : 13.4.1
95
95
steps :
96
- - git- shallow-clone/ checkout
96
+ - advanced-checkout/ shallow-checkout
97
97
- run : yarn
98
98
- run : cd example && yarn
99
99
- run : cd example/ios && pod install
@@ -108,10 +108,7 @@ jobs:
108
108
FL_OUTPUT_DIR : output
109
109
INSTABUG_SOURCEMAPS_UPLOAD_DISABLE : true
110
110
steps :
111
- - git-shallow-clone/checkout :
112
- path : /Users/distiller/repo
113
- # Fix for https://github.com/guitarrapc/git-shallow-clone-orb/issues/33
114
- - run : mv ~/repo/* ~/project/
111
+ - advanced-checkout/shallow-checkout
115
112
- run :
116
113
name : Install CocoaPods
117
114
command : sudo gem install cocoapods
@@ -154,7 +151,7 @@ jobs:
154
151
FL_OUTPUT_DIR : output
155
152
INSTABUG_SOURCEMAPS_UPLOAD_DISABLE : true
156
153
steps :
157
- - git- shallow-clone/ checkout
154
+ - advanced-checkout/ shallow-checkout
158
155
- run :
159
156
name : Install CocoaPods
160
157
command : sudo gem install cocoapods
@@ -196,7 +193,7 @@ jobs:
196
193
tag : 2022.03.1
197
194
resource-class : large
198
195
steps :
199
- - git- shallow-clone/ checkout
196
+ - advanced-checkout/ shallow-checkout
200
197
- run :
201
198
name : Install Yarn
202
199
command : npm install --global yarn
@@ -235,10 +232,7 @@ jobs:
235
232
xcode : 13.4.1
236
233
working_directory : ' ~'
237
234
steps :
238
- - git-shallow-clone/checkout :
239
- path : /Users/distiller/repo
240
- # Fix for https://github.com/guitarrapc/git-shallow-clone-orb/issues/33
241
- - run : mv ~/repo/* ~/project/
235
+ - advanced-checkout/shallow-checkout
242
236
-
run :
git clone https://InstabugCI:[email protected] /Instabug/Escape.git
243
237
- run : cd Escape && swift build -c release
244
238
- run : cd Escape/.build/release && cp -f Escape /usr/local/bin/escape
0 commit comments