]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-docker-lint: remove reverse grep for NOT_MAINTAINED_ANYMORE 711/head
authorSébastien Han <seb@redhat.com>
Thu, 11 May 2017 05:21:12 +0000 (07:21 +0200)
committerSébastien Han <seb@redhat.com>
Thu, 11 May 2017 05:21:12 +0000 (07:21 +0200)
As per PR: https://github.com/ceph/ceph-docker/pull/632 the directory
NOT_MAINTAINED_ANYMORE does not exist anymore.

Signed-off-by: Sébastien Han <seb@redhat.com>
ceph-docker-lint/build/build

index 6a78663dffaec9005fdbeff7d750d64683da747e..8b3a173b46d53714899112f1d41f108b876608ad 100755 (executable)
@@ -9,7 +9,7 @@ IGNORE_THESE_CODES=""
 function generate_filelist(){
    if [[ "$pull_request_id" -eq "" || "${ghprbCommentBody:-}" = "jenkins lint all" ]]
    then
-       find . -name '*.sh'| grep -v "NOT_MAINTAINED_ANYMORE"
+       find . -name '*.sh'
    else
        curl -XGET "https://api.github.com/repos/ceph/ceph-docker/pulls/$pull_request_id/files" |
        jq '.[].filename' |  # just the files please