From e66ab64a4c79df689149ecf8859407c885ccce36 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 19 Nov 2020 09:41:02 +0100 Subject: [PATCH] Update git-lfs package --- .circleci/config.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9bf1de04..507d5b7f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,8 +85,9 @@ jobs: steps: - run: name: Install Git Large File Storage (LFS) + # In the current image, `sudo apt install git-lfs` requires `sudo apt update` which is too slow command: | - wget -O "$HOME/git-lfs.deb" https://packagecloud.io/github/git-lfs/packages/ubuntu/xenial/git-lfs_2.11.0_amd64.deb/download.deb + wget -O "$HOME/git-lfs.deb" https://packagecloud.io/github/git-lfs/packages/ubuntu/focal/git-lfs_2.12.1_amd64.deb/download.deb sudo dpkg -i "$HOME/git-lfs.deb" - checkout - run: # start early for less wait time below @@ -204,8 +205,9 @@ jobs: steps: - run: name: Install Git Large File Storage (LFS) + # In the current image, `sudo apt install git-lfs` requires `sudo apt update` which is too slow command: | - wget -O "$HOME/git-lfs.deb" https://packagecloud.io/github/git-lfs/packages/ubuntu/xenial/git-lfs_2.11.0_amd64.deb/download.deb + wget -O "$HOME/git-lfs.deb" https://packagecloud.io/github/git-lfs/packages/ubuntu/focal/git-lfs_2.12.1_amd64.deb/download.deb sudo dpkg -i "$HOME/git-lfs.deb" - checkout - run: # start early for less wait time below @@ -304,8 +306,9 @@ jobs: steps: - run: name: Install Git Large File Storage (LFS) + # In the current image, `sudo apt install git-lfs` requires `sudo apt update` which is too slow command: | - wget -O "$HOME/git-lfs.deb" https://packagecloud.io/github/git-lfs/packages/ubuntu/xenial/git-lfs_2.11.0_amd64.deb/download.deb + wget -O "$HOME/git-lfs.deb" https://packagecloud.io/github/git-lfs/packages/ubuntu/focal/git-lfs_2.12.1_amd64.deb/download.deb sudo dpkg -i "$HOME/git-lfs.deb" - checkout - run: # start early for less wait time below