You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/01/04 16:07:46 UTC

[camel-website] 05/07: CAMEL-11500: for theme only default gulp task i...

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

zregvart pushed a commit to branch pnp
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 26b263e9c13f2015e0002361e8ad637b1747ae4d
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Fri Jan 4 12:15:34 2019 +0100

    CAMEL-11500: for theme only default gulp task i...
    
    ...s needed
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 72de3be..e7f5010 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -51,7 +51,7 @@ pipeline {
 
             steps {
                 sh "cd $WORKSPACE/camel-website/antora-ui-camel && yarn --non-interactive --frozen-lockfile install"
-                sh "cd $WORKSPACE/camel-website/antora-ui-camel && yarn --non-interactive gulp bundle"
+                sh "cd $WORKSPACE/camel-website/antora-ui-camel && yarn --non-interactive gulp"
             }
         }