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

feat: no instalar otras gemas que las especificadas
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

sutty/skel.sutty.nl#7
This commit is contained in:
f 2023-04-11 17:45:01 -03:00
parent 8f1c38b8fc
commit 991624b951

View file

@ -132,7 +132,7 @@ class DeployLocal < Deploy
end
def bundle(output: false)
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)