diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-08 19:49:57 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-08 19:49:57 +0200 |
commit | 1310f4e01c7c48357e8c7254e3c03c944c9935e5 (patch) | |
tree | f64a59452d2866f9f280bc05a04853c02aaff3d5 /lib | |
parent | 8cc88dac27c6cb919e505266e59add66649c852b (diff) | |
download | gitlab-ci-1310f4e01c7c48357e8c7254e3c03c944c9935e5.tar.gz |
GitLab init integration and advanced build
Diffstat (limited to 'lib')
-rw-r--r-- | lib/runner.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/runner.rb b/lib/runner.rb index 529cec3..110e75f 100644 --- a/lib/runner.rb +++ b/lib/runner.rb @@ -24,7 +24,7 @@ class Runner path = project.path commands = project.scripts - + build.update_attributes(started_at: Time.now) Dir.chdir(path) do commands.each_line do |line| |