summaryrefslogtreecommitdiff
path: root/contrib/cirrus/build_release.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/build_release.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/build_release.sh')
-rwxr-xr-xcontrib/cirrus/build_release.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cirrus/build_release.sh b/contrib/cirrus/build_release.sh
index 07db88f81..45634f368 100755
--- a/contrib/cirrus/build_release.sh
+++ b/contrib/cirrus/build_release.sh
@@ -4,11 +4,11 @@ set -e
source $(dirname $0)/lib.sh
-req_env_var TEST_REMOTE_CLIENT OS_RELEASE_ID GOSRC
+req_env_var RCLI OS_RELEASE_ID GOSRC
cd $GOSRC
-if [[ "$TEST_REMOTE_CLIENT" == "true" ]] && [[ -z "$CROSS_PLATFORM" ]]
+if [[ "$RCLI" == "true" ]] && [[ -z "$CROSS_PLATFORM" ]]
then
CROSS_PLATFORM=linux
fi