github.com/misfo/deis@v1.0.1-0.20141111224634-e0eee0392b8a/builder/bin/check (about) 1 #!/bin/bash 2 # 3 # Check that the configuration for deis-builder is valid. 4 # 5 6 if grep -q "<no value>" $1 ; then 7 exit 1 8 fi