You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2022/04/07 06:50:41 UTC

[struts-site] branch test-build updated: Removes unneeded command

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

lukaszlenart pushed a commit to branch test-build
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/test-build by this push:
     new c79a90c3e Removes unneeded command
c79a90c3e is described below

commit c79a90c3e1a27335eae8b23190d95cfadd5d6f19
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Apr 7 08:50:37 2022 +0200

    Removes unneeded command
---
 Jenkinsfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 43794313c..dc49e0990 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -53,7 +53,6 @@ pipeline {
 
           git commit -m "Updates stage by Jenkins" --allow-empty
           git push asf asf-staging
-          git checkout master
         """
       }
     }