From 8b8bdcc600a06f18a7c9cba3244ae459e8e229f9 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 25 May 2017 12:22:34 -0400 Subject: [PATCH] PAPR: migrate to the new name The redhat-ci service has been renamed to PAPR. Previous values are still supported though should be considered deprecated. Closes: #790 Approved by: cgwalters --- .redhat-ci.yml => .papr.yml | 0 ci/ci-commitmessage-submodules.sh | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename .redhat-ci.yml => .papr.yml (100%) diff --git a/.redhat-ci.yml b/.papr.yml similarity index 100% rename from .redhat-ci.yml rename to .papr.yml diff --git a/ci/ci-commitmessage-submodules.sh b/ci/ci-commitmessage-submodules.sh index 858d70cf..e8ff212d 100755 --- a/ci/ci-commitmessage-submodules.sh +++ b/ci/ci-commitmessage-submodules.sh @@ -13,9 +13,9 @@ set -xeuo 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