diff options
author | Anatoli Babenia <anatoli@rainforce.org> | 2020-04-21 08:17:13 +0300 |
---|---|---|
committer | Anatoli Babenia <anatoli@rainforce.org> | 2020-04-21 17:21:04 +0300 |
commit | 62b54dd7c44f0c0141474da31af8b0819aef76f5 (patch) | |
tree | d451394fab72a93ad4bc4578ee7765c643728e84 /contrib/gate | |
parent | 89276a5f92717c4c6a299ca2be182a3797d9c90d (diff) | |
download | podman-62b54dd7c44f0c0141474da31af8b0819aef76f5.tar.gz podman-62b54dd7c44f0c0141474da31af8b0819aef76f5.tar.bz2 podman-62b54dd7c44f0c0141474da31af8b0819aef76f5.zip |
gate/README.md Fix link to .cirrus.yml and reword
Signed-off-by: Anatoli Babenia <anatoli@rainforce.org>
Diffstat (limited to 'contrib/gate')
-rw-r--r-- | contrib/gate/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/gate/README.md b/contrib/gate/README.md index fe1205dc5..b2bc56023 100644 --- a/contrib/gate/README.md +++ b/contrib/gate/README.md @@ -1,6 +1,6 @@ ![PODMAN logo](../../logo/podman-logo-source.svg) -A standard container image for lint-checking and validating changes to the libpod -repository. The -[contributors guide contains the documentation for usage.](https://github.com/containers/libpod/blob/master/CONTRIBUTING.md#go-format-and-lint). Note that this container image is also utilized -in automation, see the file [.cirrus.yml](.cirrus.yml) +The "gate" image is a standard container image for lint-checking and validating +changes to the libpod repository. It must be built from the repository root as +[described in the contibutors guide](https://github.com/containers/libpod/blob/master/CONTRIBUTING.md#go-format-and-lint). +The image is also used in [CI/CD automation](../../.cirrus.yml). |