Commit d36007d8 authored by Grzegorz Bizon's avatar Grzegorz Bizon Committed by Jose

Merge branch 'qa-fix-timestamp' into 'master'

[QA] Fix duplicate year in namespace name

See merge request gitlab-org/gitlab-ce!20581
parent 69b171f2
...@@ -8,7 +8,7 @@ module QA ...@@ -8,7 +8,7 @@ module QA
end end
def name def name
'qa-test-' + time.strftime('%d-%m-%Y-%H-%M-%S') "qa-test-#{time.strftime('%Y-%m-%d-%H-%M-%S')}"
end end
def path def path
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment