mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
a2cd7bfdeb
old-commit-hash: f98049a0ef21a3196a5c0e520517bf8d799debe1
9 lines
149 B
Bash
Executable File
9 lines
149 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
# workaround for a git lfs bug when pushing
|
|
# to PR branches that don't have lfs enabled
|
|
|
|
git lfs uninstall
|
|
git push
|
|
git lfs install
|