]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
ceph-docker-lint: add docker shellcheck 714/head
authorSébastien Han <seb@redhat.com>
Tue, 16 May 2017 14:22:21 +0000 (16:22 +0200)
committerSébastien Han <seb@redhat.com>
Wed, 17 May 2017 14:29:59 +0000 (16:29 +0200)
commita389b7f25bee665b0ce884e587f5b6040e77c3a5
treeb2ef0596aa642f83c219fe557574f0897c670395
parent4dc44787cfc5fa5a3574d0a6c838a0b4696721d7
ceph-docker-lint: add docker shellcheck

To run shellcheck with the -x option (Follow 'source' statements even
when the file is not specified as input.  By default, shellcheck will
only follow files specified on the command line (plus /dev/null).  This
option  allows  following any file the script may source.) we need at
least version 0.4.0.
Unfortunately epel only provides a 0.3.X version.

Fortunately, the container image provides the latest version which helps
us running the tests.

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