diff options
author | Toon Claes <toon@gitlab.com> | 2018-03-19 10:04:23 +0100 |
---|---|---|
committer | Toon Claes <toon@gitlab.com> | 2018-03-19 10:04:23 +0100 |
commit | 88dffa45ce279729dc8c1cf0653b91d3bd9f7967 (patch) | |
tree | a822be2c67265d5358ef8fe8e321bcc070a62ab6 /qa/README.md | |
parent | 57c5cb568c36e4c6ff609bc6e50c421b3d46a697 (diff) | |
download | gitlab-ce-88dffa45ce279729dc8c1cf0653b91d3bd9f7967.tar.gz |
Rename `package-qa` in docs
In gitlab-org/gitlab-ce!17807 the `package-qa` job was renamed to
`package-and-qa`. But it was not renamed in the docs. So this change
fixes that.
Diffstat (limited to 'qa/README.md')
-rw-r--r-- | qa/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/README.md b/qa/README.md index 3a99a30d379..a4b4398645e 100644 --- a/qa/README.md +++ b/qa/README.md @@ -26,7 +26,7 @@ and corresponding views / partials / selectors in CE / EE. Whenever `qa:selectors` job fails in your merge request, you are supposed to fix [page objects](qa/page/README.md). You should also trigger end-to-end tests -using `package-qa` manual action, to test if everything works fine. +using `package-and-qa` manual action, to test if everything works fine. ## How can I use it? |