From b826e0863c517be3711a146c181b396002adde77 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 30 Mar 2017 16:49:11 -0400 Subject: [PATCH] Clean the build from the correct directory. --- ci/build_runtime_qt5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_runtime_qt5.sh b/ci/build_runtime_qt5.sh index ec505c237..d907ae5b7 100755 --- a/ci/build_runtime_qt5.sh +++ b/ci/build_runtime_qt5.sh @@ -5,7 +5,7 @@ echo "Building runtime - QT5..." echo "################################################################################" echo -make clean cd $WORKSPACE/runtime +make clean PATH=/usr/local/python-$PYTHON_VERSION/bin:$PATH /bin/qmake-qt5 DEFINES+=PGADMIN4_USE_WEBKIT make all