Skip to content

Commit 36eb2df

Browse files
Update git-sync.sh
Adds a forced push LFS
1 parent 7bc2ba8 commit 36eb2df

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

git-sync.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ if [[ -n "$DESTINATION_SSH_PRIVATE_KEY" ]]; then
4949
fi
5050

5151
git push destination "${SOURCE_BRANCH}:${DESTINATION_BRANCH}" -f
52+
53+
# Push all LFS items also
54+
git lfs push --all destination "${DESTINATION_BRANCH}"

0 commit comments

Comments
 (0)