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/04/27 21:52:52 UTC

[comdev-events-site] branch preview/sample updated: Syntax

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

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


The following commit(s) were added to refs/heads/preview/sample by this push:
     new 89ad3f8  Syntax
89ad3f8 is described below

commit 89ad3f811d6242345f81415b7c4c12c7d7e7ec6d
Author: Sebb <se...@apache.org>
AuthorDate: Thu Apr 27 22:49:47 2023 +0100

    Syntax
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5b22733..d957954 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -43,7 +43,7 @@ pipeline {
         }
         stage("Install Hugo") {
             when {
-              expression { env.HUGO_VERSION_CURRENT != ${HUGO_VERSION} }
+              expression { env.HUGO_VERSION_CURRENT != HUGO_VERSION }
             }
             steps {
                 script {