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

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


The following commit(s) were added to refs/heads/results by this push:
     new 939d4adda Uses checkout to restore file
939d4adda is described below

commit 939d4addad4010a1e101440440f0f628759709e5
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Wed Oct 19 15:48:46 2022 +0200

    Uses checkout to restore file
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c47fc47f0..e1a29e778 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -42,7 +42,7 @@ pipeline {
             git remote add asf 
https://gitbox.apache.org/repos/asf/struts-site.git
           fi
 
-          git restore Gemfile.lock
+          git checkout Gemfile.lock
 
           git fetch asf
           git checkout asf-staging

Reply via email to