summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-10-12 11:28:57 -0400
committerDan Radez <dradez@redhat.com>2016-10-18 14:59:10 +0000
commitb3840e9981c007e26eb7cbdf94f66d0f58a6e3f7 (patch)
tree1b114aa81dbeac77f964f82feedb3ca0016e4935 /ci
parent08c991dd086f4c4d094e232d0dfb39c760eff521 (diff)
Consolidate ODL SFC RPM into ODL RPM
OVS NSH can be installed at deploy time. Change-Id: Ie875ada99053df95c6534e269f4dd627396489bc JIRA: APEX-324 Signed-off-by: Dan Radez <dradez@redhat.com> (cherry picked from commit 0f866cf4bfd57c28a754f274582887c943694953)
Diffstat (limited to 'ci')
-rwxr-xr-xci/build.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/ci/build.sh b/ci/build.sh
index f3ab497d..f1333ce4 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -132,9 +132,6 @@ if [[ "$MAKE_TARGETS" == "images" ]]; then
if [[ $commit_file_list == *build/rpm_specs/opnfv-apex-onos.spec* ]]; then
MAKE_TARGETS+=" onos-rpm-check"
fi
- if [[ $commit_file_list == *build/rpm_specs/opnfv-apex-opendaylight-sfc.spec* ]]; then
- MAKE_TARGETS+=" opendaylight-sfc-rpm-check"
- fi
fi
fi