diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-07-26 20:59:24 -0600 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-07-26 20:59:24 -0600 |
commit | 6e1353102d1255abbcc48779dd521e99e655a057 (patch) | |
tree | 829f4fbbe4060627077e3fa0c5f5c51c10b08fbb /vendor | |
parent | 0c799be6b6fc0166473c82039ebf662a0558ed8f (diff) | |
download | gitlab-ce-6e1353102d1255abbcc48779dd521e99e655a057.tar.gz |
Fix typo in Elixir CI templaters-elixir-ci-typo
[ci skip]
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/gitlab-ci-yml/Elixir.gitlab-ci.yml | 2 |
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: |