From 7bb038e47435b0786781d6062bd7ddb6e35eaad7 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Fri, 19 Feb 2021 07:53:36 -0500 Subject: [PATCH] Remove git filter repo --- .github/workflows/mirror.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index f870886d72..59d333d4c9 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -10,10 +10,6 @@ jobs: runs-on: ubuntu-20.04 steps: - - name: Install git-filter-repo - run: git clone https://github.com/newren/git-filter-repo.git; - ./git-filter-repo/git-filter-repo --help - - name: Clone Gitlab repo run: git lfs install; git clone https://gitlab.com/veloren/veloren.git; @@ -23,10 +19,6 @@ jobs: git lfs uninstall; git lfs migrate export --include="*" --everything; - - name: Remove workflow files - run: cd veloren; - ../git-filter-repo/git-filter-repo --invert-paths --path .github --force; - - name: Push changes uses: ad-m/github-push-action@master with: