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 bc79238d0 Fixes typo in env name bc79238d0 is described below commit bc79238d0c8268545f7b8f2d085d30860dc87d86 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Oct 13 17:15:02 2022 +0200 Fixes typo in env name --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index beca57e1a..2a94cd153 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { curl -sSL https://get.rvm.io | bash -s -- --path ${RUBY_PATH} mkdir -p ${GEM_HOME} - bundle config set --local path $GEM_HOM + bundle config set --local path ${GEM_HOME} gem install --install-dir ${GEM_HOME} bundler -v '2.3.23' bundle install