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/07 21:10:29 UTC

[camel-website] 05/13: 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 master
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 893de485d2c40d80c36f9d5eae15a0a76bdec6d7
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"
             }
         }