diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-07-11 10:20:53 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-07-18 10:42:04 -0400 |
commit | 5f848d89edef76adff6d203859803be9b791d258 (patch) | |
tree | 31f40f19f21c755e2bddf545cdd48482d35d5a59 /contrib/cirrus | |
parent | 5201ea8e4176dfc6cfd2816e5cf1c3fa0adf9587 (diff) | |
download | podman-5f848d89edef76adff6d203859803be9b791d258.tar.gz podman-5f848d89edef76adff6d203859803be9b791d258.tar.bz2 podman-5f848d89edef76adff6d203859803be9b791d258.zip |
Run codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'contrib/cirrus')
-rw-r--r-- | contrib/cirrus/CIModes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/CIModes.md b/contrib/cirrus/CIModes.md index 8b1e33bb1..c782ca64b 100644 --- a/contrib/cirrus/CIModes.md +++ b/contrib/cirrus/CIModes.md @@ -27,7 +27,7 @@ outdated) example of it's output can be seen below: [The list is documented](https://cirrus-ci.org/guide/writing-tasks/#environment-variables). Reference to any variables defined in YAML will **not** behave how you expect, don't use them! -* Somme Cirrus-CI defined variables contain non-empty values outside their +* Some Cirrus-CI defined variables contain non-empty values outside their obvious context. For example, when running for a PR a task will have `$CIRRUS_BRANCH` set to `pull/<number>`. |