summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/runner.rb2
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|