Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Commit

Permalink
Merge pull request #112 from DejaAugustine/2-0-stable
Browse files Browse the repository at this point in the history
Pass the build ref to build scripts
  • Loading branch information
dzaporozhets committed Feb 24, 2013
2 parents 5fd3c03 + 85982d1 commit 74c831f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/runner.rb
Expand Up @@ -84,7 +84,8 @@ def command(cmd, path)
@process.environment['BUNDLE_GEMFILE'] = File.join(path, 'Gemfile')
@process.environment['BUNDLE_BIN_PATH'] = ''
@process.environment['RUBYOPT'] = ''

@process.environment['CI_BUILD_REF'] = build.ref

@process.start

build.set_file @tmp_file.path
Expand Down

0 comments on commit 74c831f

Please sign in to comment.