diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-07-18 17:17:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-18 17:17:26 +0000 |
commit | 5e4d72943448d0e7ff5ea94c133e08fdaf0a5969 (patch) | |
tree | d8f32488e387734e7422dd6aa0094df3d72fd270 /contrib | |
parent | d890c4d98edcd2ed6f5f26bb19ed2282cea1cb46 (diff) | |
parent | 1aafb01a9950c5d2c46278cf22488b9acfeaab00 (diff) | |
download | podman-5e4d72943448d0e7ff5ea94c133e08fdaf0a5969.tar.gz podman-5e4d72943448d0e7ff5ea94c133e08fdaf0a5969.tar.bz2 podman-5e4d72943448d0e7ff5ea94c133e08fdaf0a5969.zip |
Merge pull request #14890 from rhatdan/VENDOR
Vendor in containers/(storage,image, common, buildah)
Diffstat (limited to 'contrib')
-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>`. |