5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-08 23:25:45 +00:00

Merge branch 'issue-skel.sutty.nl-7' into panel.sutty.nl

This commit is contained in:
f 2023-04-11 17:46:00 -03:00
commit 61504dcce3

View file

@ -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)