diff options
author | Benjamin Montgomery <bmontgom@montynet.org> | 2016-04-10 21:16:06 +0000 |
---|---|---|
committer | Benjamin Montgomery <bmontgom@montynet.org> | 2016-04-10 21:16:06 +0000 |
commit | 84ff30a6b2b522e35d608df311c58c180acb114e (patch) | |
tree | 7c218be3412ec20bd121ba4214d0b23367a02a79 | |
parent | 1e99e56202c0c96d4a70fba95e04b4f41d24327a (diff) | |
download | gitlab-ce-84ff30a6b2b522e35d608df311c58c180acb114e.tar.gz |
fix typo
-rw-r--r-- | doc/ci/build_artifacts/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ci/build_artifacts/README.md b/doc/ci/build_artifacts/README.md index a21cd129862..9553bb11e9d 100644 --- a/doc/ci/build_artifacts/README.md +++ b/doc/ci/build_artifacts/README.md @@ -1,7 +1,9 @@ # Introduction to build artifacts Artifacts is a list of files and directories which are attached to a build -after it completes successfully. Artificats is enabled by default. _If you are searching for ways to use artifacts, jump to +after it completes successfully. This feature is enabled by default in all GitLab installations. + +_If you are searching for ways to use artifacts, jump to [Defining artifacts in `.gitlab-ci.yml`](#defining-artifacts-in-gitlab-ciyml)._ Since GitLab 8.2 and [GitLab Runner] 0.7.0, build artifacts that are created by |