mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Remove git filter repo
This commit is contained in:
parent
3f571b3b4e
commit
5773e7c8a0
8
.github/workflows/mirror.yml
vendored
8
.github/workflows/mirror.yml
vendored
@ -10,10 +10,6 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
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
|
- name: Clone Gitlab repo
|
||||||
run: git lfs install;
|
run: git lfs install;
|
||||||
git clone https://gitlab.com/veloren/veloren.git;
|
git clone https://gitlab.com/veloren/veloren.git;
|
||||||
@ -23,10 +19,6 @@ jobs:
|
|||||||
git lfs uninstall;
|
git lfs uninstall;
|
||||||
git lfs migrate export --include="*" --everything;
|
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
|
- name: Push changes
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user