mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 14:06:21 +00:00
Merge branch 'issue-skel.sutty.nl-7' into panel.sutty.nl
This commit is contained in:
commit
61504dcce3
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class DeployLocal < Deploy
|
|||
# XXX: Desde que ya no compartimos el directorio de gemas, tenemos
|
||||
# que hacer limpieza después de instalar.
|
||||
|
||||
run %(bundle install --no-cache --path="#{gems_dir}" --clean --without test development), output: output
|
||||
run %(bundle install --deployment --no-cache --path="#{gems_dir}" --clean --without test development), output: output
|
||||
end
|
||||
|
||||
def jekyll_build(output: false)
|
||||
|
|
Loading…
Reference in a new issue