Remove redudant sourcing of stackrc

Commit 2f0fd969ff6b6aae654fc038695f8736f7b877a6 added another
sourcing of stackrc in a cleaner place but did not remove the one
that followed a few lines later.

Change-Id: I4ddbdc5f3fec38f317e9b7cf5fa5ed6e29bfa134
This commit is contained in:
Chris Dent 2015-06-28 14:15:27 +00:00
parent 202bc11ad5
commit 74b9b6d917

View File

@ -34,7 +34,6 @@ source $TARGET_DEVSTACK_DIR/functions
source $TARGET_DEVSTACK_DIR/stackrc
# Build a wheel cache
source $TARGET_DEVSTACK_DIR/stackrc
if [[ -n ${WHEELHOUSE:-} && ! -d ${WHEELHOUSE:-} ]]; then
WHEELHOUSE=$WHEELHOUSE source $TARGET_DEVSTACK_DIR/tools/build_wheels.sh
fi