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
commit 20a430705250a277c6f4a3e7b88c996c84330095 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Oct 20 08:38:54 2022 +0200 Stops reverting Gemfile.lock --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4bd81350b..b74c44ebb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,8 +37,6 @@ pipeline { if ! git config remote.asf.url > /dev/null; then git remote add asf https://gitbox.apache.org/repos/asf/struts-site.git fi - cat Gemfile.lock - git checkout Gemfile.lock git fetch asf git checkout asf-staging