From 262c2c428b0a3a93c5e5cd26e9408a1d265f3168 Mon Sep 17 00:00:00 2001 From: Phu Nguyen Date: Thu, 19 May 2022 13:35:46 +0200 Subject: [PATCH] Remove the handling of planet-k-o with Ruby script Feeds are now parsed with the Python script --- staticweb/pipeline-templates/hugo.pipeline | 6 ------ 1 file changed, 6 deletions(-) diff --git a/staticweb/pipeline-templates/hugo.pipeline b/staticweb/pipeline-templates/hugo.pipeline index 138b3cd..1456f3f 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 -- GitLab