diff --git a/staticweb/pipeline-templates/hugo.pipeline b/staticweb/pipeline-templates/hugo.pipeline index 138b3cdc680020f8106b69eb3b587cc3b83e1b4a..1456f3f86b4b90bea7f66777e0416f00db1e6eec 100644 --- a/staticweb/pipeline-templates/hugo.pipeline +++ b/staticweb/pipeline-templates/hugo.pipeline @@ -20,12 +20,6 @@ timestamps { stage('Process data') { sh """ export LANG=en_US.UTF-8 - if [ -e Gemfile ] && [ -e planet.ini ]; then - bundler config set path '_vendor' - bundler install - bundler exec pluto update planet.ini - bundler exec ruby scripts/hugo-planet.rb - fi if [ -f "scripts/custom_generation.py" ]; then python3 scripts/custom_generation.py else