summaryrefslogtreecommitdiff
path: root/contrib/cirrus/check_image.sh
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-08-06 10:09:33 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-08-10 12:47:43 -0400
commit49fa3e73997815874a6314ebb7177f878d6839b1 (patch)
tree7cb778c747821435ebe778c1507f076f7868178a /contrib/cirrus/check_image.sh
parent162625f2e74c8ad9bf9a7337baaa2621bbf0a26e (diff)
downloadpodman-49fa3e73997815874a6314ebb7177f878d6839b1.tar.gz
podman-49fa3e73997815874a6314ebb7177f878d6839b1.tar.bz2
podman-49fa3e73997815874a6314ebb7177f878d6839b1.zip
Remove TEST_REMOTE_CLIENT from RCLI
We know these are TEST_, hoping this makes the display in cirrus easier for users to see true|false, since this is the valuable information is. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'contrib/cirrus/check_image.sh')
-rwxr-xr-xcontrib/cirrus/check_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/check_image.sh b/contrib/cirrus/check_image.sh
index 39c2be3f8..13172fe1c 100755
--- a/contrib/cirrus/check_image.sh
+++ b/contrib/cirrus/check_image.sh
@@ -6,7 +6,7 @@ source $(dirname $0)/lib.sh
EVIL_UNITS="$($CIRRUS_WORKING_DIR/$PACKER_BASE/systemd_banish.sh --list)"
-req_env_var PACKER_BUILDER_NAME TEST_REMOTE_CLIENT EVIL_UNITS OS_RELEASE_ID CG_FS_TYPE
+req_env_var PACKER_BUILDER_NAME RCLI EVIL_UNITS OS_RELEASE_ID CG_FS_TYPE
NFAILS=0
echo "Validating VM image"