You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/10/13 08:53:20 UTC

[incubator-hop-website] branch master updated: Disable checks for initial builds

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop-website.git


The following commit(s) were added to refs/heads/master by this push:
     new befd08c  Disable checks for initial builds
befd08c is described below

commit befd08ce5563cd255fcc43fb51a0ea6b00ea834a
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Tue Oct 13 10:50:15 2020 +0200

    Disable checks for initial builds
---
 Jenkinsfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4cd5656..d6c4fa6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -80,7 +80,8 @@ pipeline {
                 sh "cd $WORKSPACE/hop-website && yarn --non-interactive --frozen-lockfile build"
             }
         }
-
+        /* disable checks for now */
+        /*
         stage('Checks') {
             agent {
                 dockerfile {
@@ -99,7 +100,7 @@ pipeline {
                 sh "cd $WORKSPACE/hop-website && yarn --non-interactive --frozen-lockfile checks"
             }
         }
-
+        */
         stage('Deploy') {
             when {
                 branch 'master'