diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-06-26 22:15:08 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-06-26 22:15:08 +0000 |
commit | 6ebc75f8ac61049d81aef00d916244c5b17c0568 (patch) | |
tree | b72a2ea7533e0653e7d93ee4cc55299533b96971 /scripts/trigger-build-docs | |
parent | 65ba27da4990ad45ebbd45f66be70d6a09824e72 (diff) | |
parent | 292cf668905a55e7b305c67b314cb039d2681a54 (diff) | |
download | gitlab-ce-redesign-mr-widget-info-pipeline.tar.gz |
[skip ci] Merge branch 'master' into 'redesign-mr-widget-info-pipeline'redesign-mr-widget-info-pipeline
# Conflicts:
# app/assets/stylesheets/pages/merge_requests.scss
Diffstat (limited to 'scripts/trigger-build-docs')
-rwxr-xr-x | scripts/trigger-build-docs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trigger-build-docs b/scripts/trigger-build-docs index c9aaba91aa0..2a0e7f4d76e 100755 --- a/scripts/trigger-build-docs +++ b/scripts/trigger-build-docs @@ -27,7 +27,7 @@ def docs_branch # Prefix the remote branch with the slug of the project in order # to avoid name conflicts in the rare case the branch name already # exists in the docs repo and truncate to max length. - "#{slug}-#{ENV["CI_COMMIT_REF_SLUG"]}"[0...max] + "#{slug}-#{ENV["CI_ENVIRONMENT_SLUG"]}"[0...max] end # |