Commit c44d452a authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'ci-docs-review-add-charts' into 'master'

Add charts to the trigger-build-docs script

See merge request gitlab-org/gitlab!27821
parents be3938ee cb23536d
......@@ -72,15 +72,17 @@ end
# Define suffix in review app URL based on project
#
def slug
case ENV["CI_PROJECT_NAME"]
when 'gitlab-foss'
case ENV["CI_PROJECT_PATH"]
when 'gitlab-org/gitlab-foss'
'ce'
when 'gitlab'
when 'gitlab-org/gitlab'
'ee'
when 'gitlab-runner'
when 'gitlab-org/gitlab-runner'
'runner'
when 'omnibus-gitlab'
when 'gitlab-org/omnibus-gitlab'
'omnibus'
when 'gitlab-org/charts/gitlab'
'charts'
end
end
......
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