summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-10-13 21:54:48 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-10-13 21:54:48 +0200
commitfabc3d7bdec27a45349c5c6f38683ca5c6fe8817 (patch)
tree8d79615958dfb757211c257b3e86f4d44d1b368f
parentbdc0a8351dafd002b7370cf3ffce1f9d7d422fa0 (diff)
downloadgitlab-ce-fabc3d7bdec27a45349c5c6f38683ca5c6fe8817.tar.gz
Update gitlab-ci-yml
-rw-r--r--vendor/gitlab-ci-yml/OpenShift.gitlab-ci.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/vendor/gitlab-ci-yml/OpenShift.gitlab-ci.yml b/vendor/gitlab-ci-yml/OpenShift.gitlab-ci.yml
index fccd20ed59e..3fbfc0de7ec 100644
--- a/vendor/gitlab-ci-yml/OpenShift.gitlab-ci.yml
+++ b/vendor/gitlab-ci-yml/OpenShift.gitlab-ci.yml
@@ -7,10 +7,9 @@ stages:
- production
variables:
- OPENSHIFT_SERVER: https://openshift.example.com:8443
- OPENSHIFT_DOMAIN: apps.example.com
-
- # Configure this variable in Secure Variables:
+ # Configure these variables as Secure Variables:
+ # OPENSHIFT_SERVER: https://openshift.example.com:8443
+ # OPENSHIFT_DOMAIN: apps.example.com
# OPENSHIFT_TOKEN: my.openshift.token
build: