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