summaryrefslogtreecommitdiff
path: root/doc/ci/docker
diff options
context:
space:
mode:
authorAlex Jordan <alex@strugee.net>2015-11-16 02:01:26 -0800
committerAlex Jordan <alex@strugee.net>2015-11-16 16:50:05 -0800
commit3300db70ff53699732672824859186cd083623fa (patch)
tree98a8e79a3887ad710c8f09651ad5dc62e2598dcc /doc/ci/docker
parent3777b233a35509c4ed13e145624370884468cbc2 (diff)
downloadgitlab-ce-3300db70ff53699732672824859186cd083623fa.tar.gz
Rewrite HTTP links to force TLS, where possible
Diffstat (limited to 'doc/ci/docker')
-rw-r--r--doc/ci/docker/using_docker_build.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/docker/using_docker_build.md b/doc/ci/docker/using_docker_build.md
index 5af27470d2f..4b1788a9af0 100644
--- a/doc/ci/docker/using_docker_build.md
+++ b/doc/ci/docker/using_docker_build.md
@@ -35,7 +35,7 @@ GitLab Runner then executes build scripts as `gitlab-runner` user.
```bash
$ sudo gitlab-runner register -n \
- --url http://gitlab.com/ci \
+ --url https://gitlab.com/ci \
--token RUNNER_TOKEN \
--executor shell
--description "My Runner"
@@ -84,7 +84,7 @@ In order to do that follow the steps:
```bash
$ sudo gitlab-runner register -n \
- --url http://gitlab.com/ci \
+ --url https://gitlab.com/ci \
--token RUNNER_TOKEN \
--executor docker \
--description "My Docker Runner" \