mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-20 05:23:37 +00:00
feat: no instalar otras gemas que las especificadas
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
sutty/skel.sutty.nl#7
This commit is contained in:
parent
8f1c38b8fc
commit
991624b951
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class DeployLocal < Deploy
|
||||||
end
|
end
|
||||||
|
|
||||||
def bundle(output: false)
|
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
|
end
|
||||||
|
|
||||||
def jekyll_build(output: false)
|
def jekyll_build(output: false)
|
||||||
|
|
Loading…
Reference in a new issue