diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-09-22 14:54:26 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-09-22 14:54:26 +0200 |
commit | 3e926c6eb030eafb10c66c4aade66237e1a41d7a (patch) | |
tree | 898f0ab9b17f4dbcbe4d3794bc24d5cea9f353a5 /doc | |
parent | 82d95c461271237eb62eb55846ade3145aa1a9c0 (diff) | |
download | gitlab-ce-3e926c6eb030eafb10c66c4aade66237e1a41d7a.tar.gz |
Emphasize when Omnibus installs are done
Diffstat (limited to 'doc')
-rw-r--r-- | doc/migrate_ci_to_ce/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/migrate_ci_to_ce/README.md b/doc/migrate_ci_to_ce/README.md index 534b1fdb2db..31b572ee8ba 100644 --- a/doc/migrate_ci_to_ce/README.md +++ b/doc/migrate_ci_to_ce/README.md @@ -237,7 +237,7 @@ sudo service gitlab reload If you were running GitLab CI with Omnibus packages and you were using the internal NGINX configuration your CI service should now be available both at -`ci.example.com` (the old address) and `gitlab.example.com/ci`. You are done! +`ci.example.com` (the old address) and `gitlab.example.com/ci`. **You are done!** If you installed GitLab CI from source we now need to configure a redirect in NGINX so that existing CI runners can keep using the old CI server address, and |