feat: clean before git pull
All checks were successful
push / build (push) Successful in 4m24s

This commit is contained in:
张泊明518370910136 2025-06-03 09:41:46 -04:00
parent b620b19f4f
commit e0d91a0be9
GPG Key ID: CA088E6D9284F870

View File

@ -1,6 +1,7 @@
#!/usr/bin/bash #!/usr/bin/bash
set -e set -e
COURSE=$1 COURSE=$1
git -C /home/tt/.cache/$COURSE-config clean -dfx
git -C /home/tt/.cache/$COURSE-config pull git -C /home/tt/.cache/$COURSE-config pull
rsync -r /home/tt/.cache/$COURSE-config/home/tt/.config/ /home/tt/.config rsync -r /home/tt/.cache/$COURSE-config/home/tt/.config/ /home/tt/.config
joj3-forge convert /home/tt/.config/joj joj3-forge convert /home/tt/.config/joj