This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git


The following commit(s) were added to refs/heads/main by this push:
     new 1b23924  Remove Git-lfs and git-ftp
1b23924 is described below

commit 1b239249d2eb316cbd8080d23b63c42f29d119d3
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Aug 21 11:47:29 2023 +0200

    Remove Git-lfs and git-ftp
    
    We don't actually need neither of them and git-ftp started to fail
    installing. Removing seems like a good idea.
---
 github-runner-ami/packer/files/git.sh | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/github-runner-ami/packer/files/git.sh 
b/github-runner-ami/packer/files/git.sh
index 10cb2df..f8b708c 100644
--- a/github-runner-ami/packer/files/git.sh
+++ b/github-runner-ami/packer/files/git.sh
@@ -64,17 +64,6 @@ apt-get update
 apt-get install --upgrade git -y
 git --version
 
-# Install git-lfs
-curl -s $GIT_LFS_REPO/script.deb.sh | bash
-apt-get install -y git-lfs=2.13.3
-
-# Install git-ftp
-apt-get install git-ftp -y
-
-# Remove source repo's
-add-apt-repository --remove $GIT_REPO
-rm /etc/apt/sources.list.d/github_git-lfs.list
-
 #Install hub
 tmp_hub="/tmp/hub"
 mkdir -p "$tmp_hub"

Reply via email to