Commit 988d00e4 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Fix project names in the docs review apps trigger script

This is due to the single codebase.
parent bca260ad
......@@ -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