mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 15:46:22 +00:00
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:
parent
b7dc448daa
commit
ae79432278
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue