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 98f083bfb Restores Gemfile.lock 98f083bfb is described below commit 98f083bfb0b981a475eb3eed975ede1571a3fbce Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Wed Oct 19 15:44:41 2022 +0200 Restores Gemfile.lock --- Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 14b9318e9..c47fc47f0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,10 +42,7 @@ pipeline { git remote add asf https://gitbox.apache.org/repos/asf/struts-site.git fi - git status - git add Gemfile.lock - git commit -m "Updates Gemfile.lock" - git push asf master + git restore Gemfile.lock git fetch asf git checkout asf-staging