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 c366b4d85 Uses proper Gemfile.lock (#173)
c366b4d85 is described below

commit c366b4d85e638280000dcc64d6b854b9e732d4b4
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Thu Oct 20 08:42:39 2022 +0200

    Uses proper Gemfile.lock (#173)
    
    * Shows content of Gemfile.lock
    
    * Uses proper Gemfile.lock
    
    * Stops reverting Gemfile.lock
---
 Gemfile.lock | 4 ++--
 Jenkinsfile  | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index 712360637..471d19761 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -45,7 +45,7 @@ GEM
     mercenary (0.4.0)
     pathutil (0.16.2)
       forwardable-extended (~> 2.6)
-    public_suffix (5.0.0)
+    public_suffix (4.0.7)
     rb-fsevent (0.11.2)
     rb-inotify (0.10.1)
       ffi (~> 1.0)
@@ -60,7 +60,7 @@ GEM
 
 PLATFORMS
   x86_64-darwin-21
-  x86_64-linux-musl
+  x86_64-linux
 
 DEPENDENCIES
   jekyll
diff --git a/Jenkinsfile b/Jenkinsfile
index 7c7c1896d..b74c44ebb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -38,8 +38,6 @@ pipeline {
             git remote add asf 
https://gitbox.apache.org/repos/asf/struts-site.git
           fi
 
-          git checkout Gemfile.lock
-
           git fetch asf
           git checkout asf-staging
           git pull asf asf-staging

Reply via email to