5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-15 23:11:41 +00:00

fix: fix git_sh method in site.repository.rb #12919
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
jazzari 2023-07-21 17:15:36 -03:00
parent c2d64e11d7
commit b7dc448daa

View file

@ -162,7 +162,7 @@ class Site
# @return [Boolean, nil] # @return [Boolean, nil]
def push def push
origin.push(rugged.head.canonical_name, credentials: credentials) origin.push(rugged.head.canonical_name, credentials: credentials)
git_sh("git", "lfs", "push", "origin", "default_branch") git_sh("git", "lfs", "push", "origin", default_branch)
end end
private private