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
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-04-12 22:37:59 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-04-12 22:37:59 +0300
commit3354523d09416cd3e12247ca8a9f0ec0588f4a05 (patch)
tree95c4adc9a326cd55663dd404ec163ddd67fec39f /doc/topics
parent7f01d49b69130343d95d7ec470d69aeb14fb94fe (diff)
parentd50849c719d6f7c09f25a174d26a6d9fe27f55c5 (diff)
Merge branch 'docs/autodevops-buildpacks' into 'master'
Correct wrong buildpacks filename See merge request gitlab-org/gitlab-ce!18336
Diffstat (limited to 'doc/topics')
-rw-r--r--doc/topics/autodevops/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index 89b8ea209b3..fb2ce27bf49 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -383,12 +383,12 @@ into your project to enable staging and canary deployments, and more.
### Custom buildpacks
If the automatic buildpack detection fails for your project, or if you want to
-use a custom buildpack, you can override the buildpack using a project variable
-or a `.buildpack` file in your project:
+use a custom buildpack, you can override the buildpack(s) using a project variable
+or a `.buildpacks` file in your project:
- **Project variable** - Create a project variable `BUILDPACK_URL` with the URL
of the buildpack to use.
-- **`.buildpack` file** - Add a file in your project's repo called `.buildpack`
+- **`.buildpacks` file** - Add a file in your project's repo called `.buildpacks`
and add the URL of the buildpack to use on a line in the file. If you want to
use multiple buildpacks, you can enter them in, one on each line.