summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2016-07-27 06:24:14 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2016-07-27 06:24:14 +0000
commitc675bdad95668b891aec51eac7afbeec72873891 (patch)
treee4ea2f5612516defd2ba99bb30f574bccd48fa4e
parent680d361c83fcf57de2927161ddfe7c09766ae75b (diff)
parent6e1353102d1255abbcc48779dd521e99e655a057 (diff)
downloadgitlab-ce-c675bdad95668b891aec51eac7afbeec72873891.tar.gz
Merge branch 'rs-elixir-ci-typo' into 'master'
Fix typo in Elixir CI template See merge request !5514
-rw-r--r--vendor/gitlab-ci-yml/Elixir.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gitlab-ci-yml/Elixir.gitlab-ci.yml b/vendor/gitlab-ci-yml/Elixir.gitlab-ci.yml
index 0b329aaf1c4..00f9541e89b 100644
--- a/vendor/gitlab-ci-yml/Elixir.gitlab-ci.yml
+++ b/vendor/gitlab-ci-yml/Elixir.gitlab-ci.yml
@@ -2,7 +2,7 @@
# The image already has Hex installed. You might want to consider to use `elixir:latest`
image: trenpixster/elixir:latest
-# Pic zero or more services to be used on all builds.
+# Pick zero or more services to be used on all builds.
# Only needed when using a docker container to run your tests in.
# Check out: http://docs.gitlab.com/ce/ci/docker/using_docker_images.html#what-is-service
services: