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: #885
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2017-05-25 12:28:15 -04:00 committed by Atomic Bot
parent 822ade62c6
commit 07acb5b82c
3 changed files with 2 additions and 2 deletions

View File

@ -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