diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-24 06:08:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-24 06:08:31 +0000 |
commit | 647e9a6eed1d6cc29b62e432f89ed8260fd773a5 (patch) | |
tree | 156f377413b0a34ba986b6e902aab5859d83ff0f /.gitlab-ci.yml | |
parent | b132e99b27865f1e87d640ec538b282e8071ad53 (diff) | |
download | gitlab-ce-647e9a6eed1d6cc29b62e432f89ed8260fd773a5.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05d4c2bb6d4..ac072f69b5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,7 +94,7 @@ variables: # Run with decomposed databases by default DECOMPOSED_DB: "true" - DOCS_REVIEW_APPS_DOMAIN: "178.62.207.141.nip.io" + DOCS_REVIEW_APPS_DOMAIN: "35.193.151.162.nip.io" DOCS_GITLAB_REPO_SUFFIX: "ee" REVIEW_APPS_DOMAIN: "gitlab-review.app" |