Skip to content

Commit a504c2b

Browse files
committed
chore(ci): remove git lfs installation, as it seem already be available
1 parent 0361c78 commit a504c2b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.circleci/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ commands:
88
steps:
99
- checkout
1010
- aws-cli/setup
11-
- run:
12-
name: Install Git LFS
13-
command: |
14-
wget -O lfs.deb https://packagecloud.io/github/git-lfs/packages/debian/stretch/git-lfs_2.7.2_amd64.deb/download
15-
sudo dpkg -i lfs.deb
16-
17-
git lfs install
18-
git lfs pull
1911
- run: ./publish.sh
2012

2113
jobs:

0 commit comments

Comments
 (0)