]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
takora: rm "exit 0"
authorKen Dreyer <kdreyer@redhat.com>
Fri, 28 Aug 2015 13:50:44 +0000 (07:50 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Fri, 28 Aug 2015 13:50:44 +0000 (07:50 -0600)
This is already implied. Remove it.

takora/build/build

index e820c1dcd4052a008cb3424f15c783aa9c21fc4b..4fbac102d5ccdd3f793093b06841f2b6614fc614 100644 (file)
@@ -32,5 +32,3 @@ if [ -n "$BRANCH" ]; then
         find rpmbuild -name '*.rpm' -o -name '*.srpm' | xargs -i mv {} $BRANCH
     fi
 fi
-
-exit 0