diff options
author | Marcia Ramos <marcia@gitlab.com> | 2019-07-12 11:43:30 +0000 |
---|---|---|
committer | Marcia Ramos <marcia@gitlab.com> | 2019-07-12 11:43:30 +0000 |
commit | cb0edce20e89a746daa31f7d117d71ea179660d7 (patch) | |
tree | e83e6f953440a1dac52c6bddf35392dbdfb38f8a /scripts | |
parent | d1a661dd9c2b2644cd6c292d30a3e8e6a8cc31b3 (diff) | |
parent | 99f2c986b51436f37d20e4477d9c37b3dc784d67 (diff) | |
download | gitlab-ce-cb0edce20e89a746daa31f7d117d71ea179660d7.tar.gz |
Merge branch 'rename-gitlab-docs-repo' into 'master'
Move the gitlab-docs project under gitlab-org
See merge request gitlab-org/gitlab-ce!30620
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/trigger-build-docs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/trigger-build-docs b/scripts/trigger-build-docs index 0fc8f6fbd4b..83841512f1c 100755 --- a/scripts/trigger-build-docs +++ b/scripts/trigger-build-docs @@ -13,7 +13,7 @@ end # # The remote docs project # -GITLAB_DOCS_REPO = 'gitlab-com/gitlab-docs'.freeze +GITLAB_DOCS_REPO = 'gitlab-org/gitlab-docs'.freeze # # Truncate the remote docs branch name otherwise we hit the filesystem @@ -31,7 +31,7 @@ end # to avoid race conditions, since a triggered pipeline will also run right # after the branch creation. This only happens the very first time a branch # is created and will be skipped in subsequent runs. Read more in -# https://gitlab.com/gitlab-com/gitlab-docs/issues/154. +# https://gitlab.com/gitlab-org/gitlab-docs/issues/154. # def create_remote_branch Gitlab.create_branch(GITLAB_DOCS_REPO, docs_branch, 'master') @@ -81,7 +81,7 @@ def slug end # -# Overriding vars in https://gitlab.com/gitlab-com/gitlab-docs/blob/master/.gitlab-ci.yml +# Overriding vars in https://gitlab.com/gitlab-org/gitlab-docs/blob/master/.gitlab-ci.yml # def param_name "BRANCH_#{slug.upcase}" |