Merge "Fixed indentation issues to meet bashate compliance"

This commit is contained in:
Jenkins 2015-06-19 15:40:37 +00:00 committed by Gerrit Code Review
commit f3d47fe965

View File

@ -22,8 +22,8 @@ function process {
echo "$ACTION $service"
docker-compose -f ./compose/${service}.yml $COMPOSE_CMD
if [[ $? -ne 0 ]]; then
echo "Call docker-compose -f ./compose/${service}.yml $COMPOSE_CMD fail."
exit 1
echo "Call docker-compose -f ./compose/${service}.yml $COMPOSE_CMD fail."
exit 1
fi
}