You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2020/09/26 13:14:03 UTC

[bigtop] branch master updated: BIGTOP-3419: fix condition

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

oflebbe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 85a1358  BIGTOP-3419: fix condition
85a1358 is described below

commit 85a1358e2fe11211e748589200074b6c6e7cf039
Author: Olaf Flebbe <of...@oflebbe.de>
AuthorDate: Sat Sep 26 15:11:49 2020 +0200

    BIGTOP-3419: fix condition
---
 Jenkinsfile.site | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile.site b/Jenkinsfile.site
index 0959c7f..e2bd97e 100644
--- a/Jenkinsfile.site
+++ b/Jenkinsfile.site
@@ -49,9 +49,9 @@ pipeline {
         }
 
         stage('Deploy to ASF site') {
-            when {
+            /* when {
                 branch 'master'
-            }
+            } */
 
             steps {
                 dir('deploy') {