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
The following commit(s) were added to refs/heads/pnp by this push: new 183f358 CAMEL-11500: for theme only default gulp task i... 183f358 is described below commit 183f35849d8af3c691c944fe354823735c546ec3 Author: Zoran Regvart <zregv...@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" } }