diff options
author | Chris Evich <cevich@redhat.com> | 2020-03-30 16:00:01 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-03-30 16:00:01 -0400 |
commit | 19c3b5462f487b094075acc6fa374ce40b5e4cb6 (patch) | |
tree | 6054e42afebc0afdd255210155b368a3ee8456ee /contrib/cirrus/README.md | |
parent | edd623c4196f4b193387730f7989cfa108d634be (diff) | |
download | podman-19c3b5462f487b094075acc6fa374ce40b5e4cb6.tar.gz podman-19c3b5462f487b094075acc6fa374ce40b5e4cb6.tar.bz2 podman-19c3b5462f487b094075acc6fa374ce40b5e4cb6.zip |
Cirrus: Minor docs update
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/README.md')
-rw-r--r-- | contrib/cirrus/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cirrus/README.md b/contrib/cirrus/README.md index 3789965d6..709985b5b 100644 --- a/contrib/cirrus/README.md +++ b/contrib/cirrus/README.md @@ -80,7 +80,7 @@ having `SPECIALMODE` set to 'cgroupv2` Modifying the contents of cache-images is tested by making changes to one or more of the ``./contrib/cirrus/packer/*_setup.sh`` files. Then -in the PR description, add the magic string: ``***CIRRUS: TEST IMAGES***`` +in the PR description, add the magic string: ``[CI:IMG]`` ***N/B: Steps below are performed by automation*** @@ -153,7 +153,7 @@ env: ***NOTES:*** * If re-using the same PR with new images in `.cirrus.yml`, take care to also *update the PR description* to remove - the magic ``***CIRRUS: TEST IMAGES***`` string. Keeping it and + the magic ``[CI:IMG]`` string. Keeping it and `--force` pushing would needlessly cause Cirrus-CI to build and test images again. * In the future, if you need to review the log from the build that produced |