5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 19:45:46 +00:00

fix: correr lfs junto con las gemas
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

esto es una solución temporal!
This commit is contained in:
f 2023-04-11 10:48:00 -03:00
parent 1c5dd603e5
commit 9e177a2257

View file

@ -473,8 +473,6 @@ class Site < ApplicationRecord
return if jekyll?
Rugged::Repository.clone_at ENV['SKEL_SUTTY'], path
deploys.find_by_type('DeployLocal').send(:git_lfs)
end
# Elimina el directorio del sitio
@ -566,6 +564,8 @@ class Site < ApplicationRecord
def install_gems
return unless persisted?
deploys.find_by_type('DeployLocal').send(:git_lfs)
if !gem_dir? || gemfile_updated? || gemfile_lock_updated?
deploys.find_by_type('DeployLocal').send(:bundle)
touch