mirror of https://github.com/kami-blue/client
fixed mirroring repo not working properly
This commit is contained in:
parent
24e095e3c2
commit
85759b7dca
|
@ -7,7 +7,7 @@ export COMMIT_LAST_FULL="$(git log --format=%H -1)"
|
|||
git fetch kamiblue master
|
||||
git fetch origin master
|
||||
git reset --hard kamiblue/master
|
||||
git push --force origin master
|
||||
git push --force origin HEAD:master
|
||||
|
||||
export COMMIT_TRIM="$(git log --format=%h -1)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue