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

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


The following commit(s) were added to refs/heads/master by this push:
     new 55f905f65 Drops checking Bundler version
55f905f65 is described below

commit 55f905f65cbd23099c0dcffde8e330890325cae5
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Thu Oct 20 07:50:32 2022 +0200

    Drops checking Bundler version
---
 Jenkinsfile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 2f252e62d..7c7c1896d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,9 +21,7 @@ pipeline {
         sh '''
           echo Generating a new version of website        
 
-          bundle -v
           gem install --install-dir ${GEM_HOME} bundler -v '2.3.23'          
-          bundle -v
 
           bundle config set --local path ${GEM_HOME}
           bundle install

Reply via email to