diff --git a/.redhat-ci.Dockerfile b/.papr.Dockerfile similarity index 100% rename from .redhat-ci.Dockerfile rename to .papr.Dockerfile diff --git a/.redhat-ci.yml b/.papr.yml similarity index 100% rename from .redhat-ci.yml rename to .papr.yml diff --git a/tests/ci-commitmessage-submodules.sh b/tests/ci-commitmessage-submodules.sh index 8ce077c3..aeccc24d 100755 --- a/tests/ci-commitmessage-submodules.sh +++ b/tests/ci-commitmessage-submodules.sh @@ -13,9 +13,9 @@ set -euo pipefail # It's very common for people to accidentally change submodules, and having this # requirement is a small hurdle to pass. -# if running under RHCI, use the branch/PR HEAD actually +# if running under PAPR, use the branch/PR HEAD actually # being tested rather than the merge sha -HEAD=${RHCI_COMMIT:-HEAD} +HEAD=${PAPR_COMMIT:-HEAD} tmpd=$(mktemp -d) touch ${tmpd}/.tmpdir