Commit 3187b1d9 authored by Rémy Coutable's avatar Rémy Coutable

[QA] Fix duplicate year in namespace name

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent d2c5ac61
......@@ -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