summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-04-21 18:45:25 -0400
committerGitHub <noreply@github.com>2020-04-21 18:45:25 -0400
commitea63f7076af6d2ad3213eeccbf30ccce216a830e (patch)
treeb79765318784c152451ae08af54a5bd516f2985f /contrib
parent1ad978a3d7dabbf1952fe7ecefe444deb7c8d8f5 (diff)
parent62b54dd7c44f0c0141474da31af8b0819aef76f5 (diff)
downloadpodman-ea63f7076af6d2ad3213eeccbf30ccce216a830e.tar.gz
podman-ea63f7076af6d2ad3213eeccbf30ccce216a830e.tar.bz2
podman-ea63f7076af6d2ad3213eeccbf30ccce216a830e.zip
Merge pull request #5909 from abitrolly/patch-2
gate/README.md Fix link to .cirrus.yml and reword
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gate/README.md8
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).