ssp-cijoe 0.4.4.4 → 0.4.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/cijoe.rb +1 -1
  2. metadata +3 -3
@@ -134,7 +134,7 @@ class CIJoe
134
134
  build.sha = git_sha
135
135
  write_build 'current', build
136
136
 
137
- open_pipe("#{runner_command} 2>&1") do |pipe, pid|
137
+ open_pipe("unset RACK_BASE_URI; unset RAILS_RELATIVE_URL_ROOT; #{runner_command} 2>&1") do |pipe, pid|
138
138
  puts "#{Time.now.to_i}: Building #{build.short_sha}: pid=#{pid}"
139
139
 
140
140
  build.pid = pid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ssp-cijoe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 119
4
+ hash: 117
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 4
10
- - 4
11
- version: 0.4.4.4
10
+ - 5
11
+ version: 0.4.4.5
12
12
  platform: ruby
13
13
  authors:
14
14
  - Chris Wanstrath