Commit 01903274 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'rc-change-qa-namespace' into 'master'

QA group name, use hyphens rather than underscores

See merge request gitlab-org/gitlab-ce!14786
parents 57d331d7 5c15d83f
......@@ -8,7 +8,7 @@ module QA
end
def name
'qa_test_' + time.strftime('%d_%m_%Y_%H-%M-%S')
'qa-test-' + time.strftime('%d-%m-%Y-%H-%M-%S')
end
def sandbox_name
......
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