Added utc to the tag to make the change obvious.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user