summaryrefslogtreecommitdiffstats
path: root/jjb/apex/apex.yml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-05-22 21:56:58 -0400
committerTim Rozet <trozet@redhat.com>2016-05-22 21:56:58 -0400
commit5ffe06230cf5bd783bd821261fdbf446a5a9ff7d (patch)
treef84cdf3c595021f6a7e1e1f724459cc8f8a3a0da /jjb/apex/apex.yml
parent2521fa58f84f85f09f1f2e01f182aaa1270d759f (diff)
Apex: fixes CONFIG path for clean on CI verify
Change-Id: I53ecf6287ed39113e884017db824d01ef9dd5003 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex/apex.yml')
-rw-r--r--jjb/apex/apex.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index f9c6b838e..4a71c16c0 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -1007,7 +1007,7 @@
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