Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
Mark Joshwel | 30b06eac5c | ||
Mark Joshwel | 0f0674b571 | ||
Mark Joshwel | f271db2feb |
2
.github/workflows/sync.yml
vendored
2
.github/workflows/sync.yml
vendored
|
@ -1,8 +1,6 @@
|
|||
name: "sync from forge.joshwel.co"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
|
|
|
@ -4,3 +4,9 @@
|
|||
Deliverables/3RT/3RT_RunningLate_mAssets.zip
|
||||
Deliverables/3RT/3RT_RunningLate_tSheetAtlas.zip
|
||||
BuildArchive/RunningLate_InterimBuild.5a52367841df6a20a519420a768d2407096fefa1.7z
|
||||
BuildArchive/RunningLate_Build-DEMO-3RTSTLD+e75ae7df7d543bab52a7ff4afadf40f7fc2bf0fc.7z
|
||||
BuildArchive/RunningLate_Build-Final+Mark.8074991e1193c21cb8e727a25a76847fa09a5973.7z
|
||||
BuildArchive/RunningLate_Build-Final+Ryan.5036822d3802a548b6925d63182160298aa77d42.7z
|
||||
BuildArchive/RunningLate_Build-Interim+5a52367841df6a20a519420a768d2407096fefa1.7z
|
||||
Deliverables/I3E/I3E_RunningLate_Build.zip
|
||||
Deliverables/STLD/STLD_RunningLate_Walkthrough.mp4
|
||||
|
|
4
sync.py
4
sync.py
|
@ -568,9 +568,9 @@ def main() -> None:
|
|||
]
|
||||
|
||||
step(
|
||||
desc=f"7 lfs | filtering {len(sotaignored_files)} file(s)",
|
||||
desc=f"7 lfs | filter repo and {len(sotaignored_files)} file(s)",
|
||||
func=cmd(
|
||||
"git filter-repo --force --invert-paths "
|
||||
"git filter-repo --force --strip-blobs-bigger-than 100M --invert-paths "
|
||||
+ " ".join(f'--path ""{lf}' "" for lf in sotaignored_files)
|
||||
),
|
||||
)
|
||||
|
|
Reference in a new issue