#!/bin/bash
#
# Check that the configuration for deis-builder is valid.
#

if grep -q "<no value>" $1 ; then
	exit 1
fi
