From bbea424ce73db5738cfda7d7cc1b3a7f5144e45c Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 18 Jul 2017 14:45:41 +0100 Subject: [PATCH] Remove stray VIRTUALENV_OPTIONS Unfortunately https://review.openstack.org/484429 included a stray env var which is no longer being used. This patch removes it. Change-Id: Ia2193541211588b13fb7932a5c1d563df1060bbc --- scripts/gate-check-commit.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/gate-check-commit.sh b/scripts/gate-check-commit.sh index a9f5e9cd2c..6fd32ccc67 100755 --- a/scripts/gate-check-commit.sh +++ b/scripts/gate-check-commit.sh @@ -214,7 +214,6 @@ if [[ "${ACTION}" == "upgrade" ]]; then # requirements to be installed. unset ANSIBLE_PACKAGE unset UPPER_CONSTRAINTS_FILE - unset VIRTUALENV_OPTIONS # Kick off the data plane tester bash ${OSA_CLONE_DIR}/tests/data-plane-test.sh &> /var/log/data-plane-error.log &