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

[QA] Fix duplicate year in namespace name

See merge request gitlab-org/gitlab-ce!20581
This commit is contained in:
Grzegorz Bizon 2018-07-12 14:21:07 +00:00
commit 23a0b0a9db
1 changed files with 1 additions and 1 deletions

View File

@ -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