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

rlenferink pushed a commit to branch feature/gh-source-test
in repository https://gitbox.apache.org/repos/asf/celix-site.git


The following commit(s) were added to refs/heads/feature/gh-source-test by this 
push:
     new 66b9047  Disable deploy check
66b9047 is described below

commit 66b90470b6661b49dc9495e78d75afb51a2fe6e7
Author: Roy Lenferink <[email protected]>
AuthorDate: Sun Feb 26 15:44:26 2023 +0100

    Disable deploy check
---
 Jenkinsfile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0b78f75..2fb3391 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -62,11 +62,6 @@ pipeline {
             }
         }
         stage('Deploy') {
-            when {
-                anyOf {
-                    branch 'master'
-                }
-            }
             steps {
                 script {
                     // Checkout branch with generated content

Reply via email to