Skip to content
Snippets Groups Projects
Commit 5ed1c04c authored by Martin André's avatar Martin André
Browse files

Fix validate-maintainer.sh script

The script wasn't reporting any errors due to a typo.
Also fix MAINTAINER field for ceilometer-collector image.

Change-Id: Idf1e2746ae395bb05ee679ca71a10a3f103ebfa8
parent 9723a796
No related branches found
No related tags found
No related merge requests found
FROM kollaglue/fedora-rdo-ceilometer-base
MAINTAINER Pradeep Kilambi <pkilambi@cisco.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum install -y openstack-ceilometer-collector && yum clean all
......
#!/bin/sh
MAINTANER='MAINTAINER Kolla Project (https://launchpad.net/kolla)'
MAINTAINER='MAINTAINER Kolla Project (https://launchpad.net/kolla)'
RES=0
for dockerfile in "$@"; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment