diff options
author | Rémy Coutable <remy@rymai.me> | 2019-08-06 14:50:52 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-08-19 09:44:53 +0200 |
commit | b601cfcfa707235d7f5eed43bfbe0d3956adff40 (patch) | |
tree | 015c03e9f1ae35ac0707ca9c3e0d85f848777fff /qa/README.md | |
parent | 6aa215aaea146f21eb5a88a511f7bbe84ad31ef5 (diff) | |
download | gitlab-ce-b601cfcfa707235d7f5eed43bfbe0d3956adff40.tar.gz |
Update qa/Dockerfile to be built from the project root context
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'qa/README.md')
-rw-r--r-- | qa/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qa/README.md b/qa/README.md index bab19665dac..97555f8d0c2 100644 --- a/qa/README.md +++ b/qa/README.md @@ -123,10 +123,11 @@ To set multiple cookies, separate them with the `;` character, for example: `QA_ Once you have made changes to the CE/EE repositories, you may want to build a Docker image to test locally instead of waiting for the `gitlab-ce-qa` or -`gitlab-ee-qa` nightly builds. To do that, you can run from this directory: +`gitlab-ee-qa` nightly builds. To do that, you can run **from the top `gitlab` +directory** (one level up from this directory): ```sh -docker build -t gitlab/gitlab-ce-qa:nightly . +docker build -t gitlab/gitlab-ce-qa:nightly --file ./qa/Dockerfile ./ ``` [GDK]: https://gitlab.com/gitlab-org/gitlab-development-kit/ |