You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2023/03/30 15:25:08 UTC

[comdev-site] branch testhugo updated: Try hugo this time

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch testhugo
in repository https://gitbox.apache.org/repos/asf/comdev-site.git


The following commit(s) were added to refs/heads/testhugo by this push:
     new b2586c7  Try hugo this time
b2586c7 is described below

commit b2586c7f1fb51c12b6cc0dae4fe42324c518895a
Author: Sebb <se...@apache.org>
AuthorDate: Thu Mar 30 16:24:58 2023 +0100

    Try hugo this time
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 26417cc..33cda55 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -58,10 +58,10 @@ pipeline {
             steps {
                 script {
                     sh 'echo $PATH'
-                    sh 'for i in $(which -a ruby) ; do echo $i; $i version; done'
+                    sh 'for i in $(which -a hugo) ; do echo $i; $i version; done'
                     withEnv(["PATH=\\$PATH:${env.HUGO_DIR}/bin"]) {
                         sh 'echo $PATH'
-                        sh 'for i in $(which -a ruby) ; do echo $i; $i version; done'
+                        sh 'for i in $(which -a hugo) ; do echo $i; $i version; done'
                         sh "hugo --destination ${env.OUT_DIR}"
                     }
                     sh "${env.PAGEFIND_DIR}/bin/pagefind --source ${env.OUT_DIR}"