Commit 23a0b0a9 authored by Grzegorz Bizon's avatar Grzegorz Bizon

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

[QA] Fix duplicate year in namespace name

See merge request gitlab-org/gitlab-ce!20581
parents e0a7858a 3187b1d9
......@@ -8,7 +8,7 @@ module QA
end
def name
"qa-test-#{time.strftime('%Y-%m-%d-%Y-%H-%M-%S')}"
"qa-test-#{time.strftime('%Y-%m-%d-%H-%M-%S')}"
end
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