diff options
author | Michael Chapman <michapma@redhat.com> | 2016-10-19 12:50:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-19 12:50:02 +0000 |
commit | 1513de7f3d75e93b83ebc88b0d40880985f67400 (patch) | |
tree | 49db9ef76541e7485e40481762813a8acbe2f908 /ci/build.sh | |
parent | ce74e17298db0422734fe8ac820cb61b1e5ae601 (diff) | |
parent | b3840e9981c007e26eb7cbdf94f66d0f58a6e3f7 (diff) |
Merge "Consolidate ODL SFC RPM into ODL RPM" into stable/colorado
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-x | ci/build.sh | 3 |
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 |