diff options
author | Tim Rozet <trozet@redhat.com> | 2016-10-18 13:23:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-18 13:23:11 +0000 |
commit | 82b5d245f1927ea7dd73cb58c5ec6d4ad343fce7 (patch) | |
tree | 2952e626dac612f75845b5137b64a542e4eee7ec /ci | |
parent | c6eeb47c4a497425bc9c2406063aef1fd57cc0c2 (diff) | |
parent | 0f866cf4bfd57c28a754f274582887c943694953 (diff) |
Merge "Consolidate ODL SFC RPM into ODL RPM"
Diffstat (limited to 'ci')
-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 |