Skip to content

Commit 37c714b

Browse files
committed
vsco
1 parent c6ca363 commit 37c714b

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

.circleci/config.yml

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ version: 2.1
22

33
orbs:
44
android: circleci/[email protected]
5-
git-shallow-clone: guitarrapc/[email protected]
5+
advanced-checkout: vsco/[email protected]
66

77
jobs:
88
danger:
99
docker:
1010
- image: circleci/ruby:2.6.4
1111
steps:
12-
- git-shallow-clone/checkout
12+
- advanced-checkout/shallow-checkout
1313
- run: bundle install
1414
- run: bundle exec danger
1515

1616
lint:
1717
docker:
1818
- image: cimg/node:16.17.1
1919
steps:
20-
- git-shallow-clone/checkout
20+
- advanced-checkout/shallow-checkout
2121
- run:
2222
name: Install Node Packages
2323
command: yarn
@@ -32,7 +32,7 @@ jobs:
3232
docker:
3333
- image: cimg/node:16.17.1
3434
steps:
35-
- git-shallow-clone/checkout
35+
- advanced-checkout/shallow-checkout
3636

3737
- run:
3838
name: Install Node Packages
@@ -62,7 +62,7 @@ jobs:
6262
name: android/android-machine
6363
tag: '2022.03.1'
6464
steps:
65-
- git-shallow-clone/checkout
65+
- advanced-checkout/shallow-checkout
6666
- run:
6767
name: Install Yarn
6868
command: npm install -g yarn
@@ -78,7 +78,7 @@ jobs:
7878
machine:
7979
image: ubuntu-2004:current
8080
steps:
81-
- git-shallow-clone/checkout
81+
- advanced-checkout/shallow-checkout
8282
- run:
8383
name: Validate Android Script
8484
command: bash -n android/upload_sourcemap.sh
@@ -93,7 +93,7 @@ jobs:
9393
macos:
9494
xcode: 13.4.1
9595
steps:
96-
- git-shallow-clone/checkout
96+
- advanced-checkout/shallow-checkout
9797
- run: yarn
9898
- run: cd example && yarn
9999
- run: cd example/ios && pod install
@@ -108,10 +108,7 @@ jobs:
108108
FL_OUTPUT_DIR: output
109109
INSTABUG_SOURCEMAPS_UPLOAD_DISABLE: true
110110
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
115112
- run:
116113
name: Install CocoaPods
117114
command: sudo gem install cocoapods
@@ -154,7 +151,7 @@ jobs:
154151
FL_OUTPUT_DIR: output
155152
INSTABUG_SOURCEMAPS_UPLOAD_DISABLE: true
156153
steps:
157-
- git-shallow-clone/checkout
154+
- advanced-checkout/shallow-checkout
158155
- run:
159156
name: Install CocoaPods
160157
command: sudo gem install cocoapods
@@ -196,7 +193,7 @@ jobs:
196193
tag: 2022.03.1
197194
resource-class: large
198195
steps:
199-
- git-shallow-clone/checkout
196+
- advanced-checkout/shallow-checkout
200197
- run:
201198
name: Install Yarn
202199
command: npm install --global yarn
@@ -235,10 +232,7 @@ jobs:
235232
xcode: 13.4.1
236233
working_directory: '~'
237234
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
242236
- run: git clone https://InstabugCI:[email protected]/Instabug/Escape.git
243237
- run: cd Escape && swift build -c release
244238
- run: cd Escape/.build/release && cp -f Escape /usr/local/bin/escape

0 commit comments

Comments
 (0)