Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-07-27 05:59:24 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-07-27 05:59:24 +0300
commit6e1353102d1255abbcc48779dd521e99e655a057 (patch)
tree829f4fbbe4060627077e3fa0c5f5c51c10b08fbb /vendor
parent0c799be6b6fc0166473c82039ebf662a0558ed8f (diff)
Fix typo in Elixir CI template
[ci skip]
Diffstat (limited to 'vendor')
-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: