summaryrefslogtreecommitdiff
path: root/scripts/trigger-build-docs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/trigger-build-docs')
-rwxr-xr-xscripts/trigger-build-docs4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/trigger-build-docs b/scripts/trigger-build-docs
index 83841512f1c..046ee5bceb8 100755
--- a/scripts/trigger-build-docs
+++ b/scripts/trigger-build-docs
@@ -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'