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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4391452b8 Removes duplicated dollar sign
4391452b8 is described below

commit 4391452b8360adeda8e135731bc389856321bf3f
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Wed Oct 12 09:04:07 2022 +0200

    Removes duplicated dollar sign
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d8d7ecb53..11a1c37a3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -20,7 +20,7 @@ pipeline {
       steps {
         sh '''
           export
-          export GEM_HOME="$$WORKSPACE/.gems"
+          export GEM_HOME="$WORKSPACE/.gems"
           export PATH="$GEM_HOME/bin:$PATH"
           export BUNDLE_USER_HOME="$WORKSPACE/.bundle"
 

Reply via email to