Skip to content

Commit

Permalink
gitlab-runner. fixed description
Browse files Browse the repository at this point in the history
there is no way to run it on OpenShift Online
  • Loading branch information
oprudkyi committed May 16, 2017
1 parent 60d5d37 commit 4e11dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitlab-runner/README.md
@@ -1,7 +1,7 @@
[OpenShift Origin](https://www.openshift.org/) template for [GitLab Runner](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner)
==============

This is a template for easy deployment of GitLab Runner CI into OpenShift cluster
This is a template for easy deployment of GitLab Runner CI into OpenShift cluster (Openshift Online isn't supported)

- uses official [GitLab Runner](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner) image from [gitlab docker repo](https://hub.docker.com/r/gitlab/gitlab-runner/)
- caching is implemented via official [Minio Cloud Storage](https://www.minio.io/) image from [minio docker repo](https://hub.docker.com/r/minio/minio/)
Expand Down Expand Up @@ -31,7 +31,7 @@ Prerequisites
token = "..."
```

- [OpenShift Origin](https://www.openshift.org/) (The template is tested with [All-in-one cluster binary](https://github.com/openshift/origin/blob/master/docs/cluster_up_down.md), thought it might work with [Red Hat OpenShift](https://www.openshift.com/) as well
- [OpenShift Origin](https://www.openshift.org/) (The template is tested with [All-in-one cluster binary](https://github.com/openshift/origin/blob/master/docs/cluster_up_down.md), it won't work on the [Openshift Online](https://www.openshift.com/)
- admin access to server for setting rights for service account


Expand Down

0 comments on commit 4e11dbf

Please sign in to comment.