Apex: fixes CONFIG path for clean on CI verify 87/14487/1
authorTim Rozet <trozet@redhat.com>
Mon, 23 May 2016 01:56:58 +0000 (21:56 -0400)
committerTim Rozet <trozet@redhat.com>
Mon, 23 May 2016 01:56:58 +0000 (21:56 -0400)
Change-Id: I53ecf6287ed39113e884017db824d01ef9dd5003
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex.yml

index f9c6b83..4a71c16 100644 (file)
 
             if [ "$OPNFV_CLEAN" == 'yes' ]; then
                 if [[ $BUILD_DIRECTORY == *verify-master* ]]; then
-                    sudo CONFIG=../lib ./clean.sh
+                    sudo CONFIG=${WORKSPACE}/build ./clean.sh
                 else
                     sudo opnfv-clean
                 fi