Change into the project directory

Previously this was trying to change into the project which does not
exist in the gate environment.

Change-Id: Ic2e97836e2957c0696eb8534a35fdc73d3daa942
This commit is contained in:
Ian Cordasco 2016-01-18 11:25:21 -06:00
parent d4dcdbd13b
commit b4b7d42231
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if [[ $clone -eq 1 ]] ; then
git clone $REPO_ROOT/$org/$project --depth=1
fi
pushd $project
pushd $projectdir
set +e
# --notest allows us to create the tox-managed virtualenv without
# running any tests.