Commit f0636248 authored by Stan Hu's avatar Stan Hu

Merge branch 'change-project-names-docs-trigger-script' into 'master'

Fix project names in the docs review apps trigger script

See merge request gitlab-org/gitlab!16661
parents 81ef9e2c 988d00e4
......@@ -69,9 +69,9 @@ end
#
def slug
case ENV["CI_PROJECT_NAME"]
when 'gitlab-ce'
when 'gitlab-foss'
'ce'
when 'gitlab-ee'
when 'gitlab'
'ee'
when 'gitlab-runner'
'runner'
......
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