We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5fd1b commit 1ddbd81Copy full SHA for 1ddbd81
config.xml
@@ -13,7 +13,7 @@
13
<concurrentBuild>false</concurrentBuild>
14
<builders>
15
<hudson.tasks.Shell>
16
- <command>rvm use default; bundle install; mkdir -p features/reports</command>
+ <command>if [ -f $WORKSPACE/.rvmrc ]; then source $WORKSPACE/.rvmrc; else rvm use default; fi; bundle install; mkdir -p features/reports</command>
17
</hudson.tasks.Shell>
18
<hudson.plugins.rake.Rake>
19
<rakeInstallation>(Default)</rakeInstallation>
0 commit comments