Skip to content
Snippets Groups Projects
Commit 01903274 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment