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 bf879622e Pushes changed Gemfile.lock bf879622e is described below commit bf879622eaaa0177da8d671db24b3e9cc53a86cd Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Wed Oct 19 15:15:21 2022 +0200 Pushes changed Gemfile.lock --- Dockerfile | 3 --- Jenkinsfile | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 054452fad..000000000 --- a/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM jekyll/builder:4.2.2 - -USER 910:910 diff --git a/Jenkinsfile b/Jenkinsfile index 0c6485711..b23b03749 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,6 +41,10 @@ pipeline { git remote add asf https://gitbox.apache.org/repos/asf/struts-site.git fi + git add Gemfile.lock + git commit -m "Updates Gemfile.lock" + git push + git fetch asf git checkout asf-staging git pull asf asf-staging