summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalmyr Lima <walmyr@gitlab.com>2019-07-12 16:45:14 +0200
committerWalmyr Lima <walmyr@gitlab.com>2019-07-12 16:45:17 +0200
commit78288aadd9d819f12e9d93d5a19cd8e4a912ac25 (patch)
tree424934747c1a4dea40523ca0fdee5313966a15b5
parenta8c5ecc68aa5a23d1a4dd07a0960901a06c72a38 (diff)
downloadgitlab-ce-fix-link-on-e2e-quick-start-guide-and-trigger-build-docs-script.tar.gz
The GitLab docs project was moved from gitlab-com to gitlab-org and review-docs-deploy job is failing with the following error: $ ./$SCRIPT_NAME deploy /usr/local/bundle/gems/gitlab-4.12.0/lib/gitlab/request.rb:54:in `validate': Server responded with code 404, message: 404 Project Not Found. Request URI: https://gitlab.com/api/v4/projects/gitlab%2Dcom%2Fgitlab%2Ddocs /repository/branches (Gitlab::Error::NotFound) I don't know why the redirect is not working, but in any case, the script needs to be fixed.
-rwxr-xr-xscripts/trigger-build-docs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trigger-build-docs b/scripts/trigger-build-docs
index 0fc8f6fbd4b..4a51bd1edf6 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