Merge "Default $NODEPOOL_PROVIDER"

This commit is contained in:
Zuul 2017-12-05 03:31:26 +00:00 committed by Gerrit Code Review
commit 3cd744dfb3
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ if [ -f /etc/nodepool/provider ] ; then
fi
fi
# default $NODEPOOL_PROVIDER if not already set as it's used later
export NODEPOOL_PROVIDER=${NODEPOOL_PROVIDER:-""}
# create logs dir (check if collect-logs doesn't already do this)
mkdir -p $WORKSPACE/logs