diff options
author | Tim Rozet <trozet@redhat.com> | 2016-05-04 10:46:31 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-05-04 10:46:31 -0400 |
commit | eaa61c7f6bf91958819412716550b624db5c8364 (patch) | |
tree | 69472903ad9677acc5af656b627001ddfa5ef6f6 /jjb | |
parent | 3c4ab387106c7af94703f3898a30a0be1a49484d (diff) |
Apex: fixes other BUILD_DIRECTORY paths
Change-Id: Ifbd79fbc03e63a5d81344e35d696571fd5b17bfc
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/apex/apex.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index fc0fd4bf9..f8e36f768 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -216,7 +216,7 @@ - trigger-builds: - project: 'apex-deploy-virtual-os-nosdn-nofeature-ha-{stream1}' predefined-parameters: | - BUILD_DIRECTORY=apex-verify-{stream1}/build_output + BUILD_DIRECTORY=apex-verify-{stream1} OPNFV_CLEAN=yes git-revision: false block: true @@ -329,7 +329,7 @@ - trigger-builds: - project: 'apex-deploy-virtual-os-nosdn-nofeature-ha-{stream}' predefined-parameters: | - BUILD_DIRECTORY=apex-build-{stream}/build_output + BUILD_DIRECTORY=apex-build-{stream} OPNFV_CLEAN=yes git-revision: false block: true |