lib/heidi/hook.rb in heidi-0.0.4 vs lib/heidi/hook.rb in heidi-0.1.0
- old
+ new
@@ -14,10 +14,13 @@
where = build.root
end
env = {
'HEIDI_LOG_DIR' => build.log_root,
- 'HEIDI_BUILD_DIR' => where
+ 'HEIDI_BUILD_DIR' => where,
+ 'RUBYOPT' => nil,
+ 'BUNDLE_BIN_PATH' => nil,
+ 'BUNDLE_GEMFILE' => nil,
}
shell = SimpleShell.new(where, env)
res = shell.do @script
return res