mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 17:11:42 +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
|
||||
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue