Added utc to the tag to make the change obvious.

This commit is contained in:
Karl Matthias
2013-10-16 11:36:54 -07:00
parent 85a7fcd2f4
commit bcecbcc885
+1 -1
View File
@@ -6,7 +6,7 @@ module Capistrano
end
def git_tag_for(stage)
"#{stage}-#{Time.new.utc.strftime('%Y.%m.%d-%H%M%S')}"
"#{stage}-#{Time.new.utc.strftime('%Y.%m.%d-%H%M%S-utc')}"
end
def safe_run(*args)