diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-05 19:28:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 19:28:10 +0100 |
commit | 60e9e7ca9c9081f31f6b37c922f0058f82b989ad (patch) | |
tree | eaa56f2370e98e7c91a1d6c26944761d1fdb286a /contrib/gate/README.md | |
parent | 36260286402a514417b642abd8f45a800f0dc9da (diff) | |
parent | d0782e7839888d9eecdc97e8e885d5f787f5b8a7 (diff) | |
download | podman-60e9e7ca9c9081f31f6b37c922f0058f82b989ad.tar.gz podman-60e9e7ca9c9081f31f6b37c922f0058f82b989ad.tar.bz2 podman-60e9e7ca9c9081f31f6b37c922f0058f82b989ad.zip |
Merge pull request #5039 from cevich/fix_gobin_exit_bug
Cirrus: Fix gate image & false-positive exits
Diffstat (limited to 'contrib/gate/README.md')
-rw-r--r-- | contrib/gate/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/gate/README.md b/contrib/gate/README.md index 709e6035f..fe1205dc5 100644 --- a/contrib/gate/README.md +++ b/contrib/gate/README.md @@ -1,4 +1,6 @@ ![PODMAN logo](../../logo/podman-logo-source.svg) -A standard container image for `gofmt` and lint-checking the libpod -repository. The [contributors guide contains the documentation for usage.](https://github.com/containers/libpod/blob/master/CONTRIBUTING.md#go-format-and-lint) +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) |