5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-17 15:46:22 +00:00

fix: renombrar el skel a upstream
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

si lo mantenemos como origin por defecto, el GitPushJob va a querer
enviar cambios a un repositorio común, rompiendo todo.
This commit is contained in:
f 2023-07-21 17:33:23 -03:00
parent b7dc448daa
commit ae79432278

View file

@ -473,7 +473,7 @@ class Site < ApplicationRecord
def clone_skel! def clone_skel!
return if jekyll? return if jekyll?
Rugged::Repository.clone_at ENV['SKEL_SUTTY'], path Rugged::Repository.clone_at ENV['SKEL_SUTTY'], path, remote: 'upstream'
end end
# Elimina el directorio del sitio # Elimina el directorio del sitio