Skip to content

Commit

Permalink
fixed a bug in hobson hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Grippe authored and jaredatron committed Dec 29, 2011
1 parent 8804485 commit 24cc9bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/hobson/save_artifacts.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
puts "HOBSON SAVE ARTIFACTS HOOK"
sleep 2
ENV['HOBSON_SAVE_ARTIFACTS_HOOK_RUN'] = 1
ENV['HOBSON_SAVE_ARTIFACTS_HOOK_RUN'] = "true"
2 changes: 1 addition & 1 deletion config/hobson/setup.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
puts "HOBSON SETUP HOOK"
sleep 3
ENV['HOBSON_SETUP_HOOK_RUN'] = 1
ENV['HOBSON_SETUP_HOOK_RUN'] = "true"

2 changes: 1 addition & 1 deletion config/hobson/teardown.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
puts "HOBSON TEARDOWN HOOK"
sleep 4
ENV['HOBSON_TEARDOWN_HOOK_RUN'] = 1
ENV['HOBSON_TEARDOWN_HOOK_RUN'] = "true"

0 comments on commit 24cc9bf

Please sign in to comment.