Skip to content
Snippets Groups Projects
Verified Commit 21eddf7e authored by Martin Weise's avatar Martin Weise
Browse files
parent 3fa3ea91
No related branches found
No related tags found
2 merge requests!395Library,!394Grafana
This commit is part of merge request !394. Comments created here will be created in the context of that merge request.
...@@ -11,12 +11,12 @@ compare "services.$1.depends_on" ...@@ -11,12 +11,12 @@ compare "services.$1.depends_on"
compare "services.$1.healthcheck" compare "services.$1.healthcheck"
compare "services.$1.logging" compare "services.$1.logging"
if [ ! -z "$IGNORE_IMAGE" ]; then if [ -z "$IGNORE_IMAGE" ]; then
compare "services.$1.image" compare "services.$1.image"
fi fi
if [ ! -z "$IGNORE_VOLUMES" ]; then if [ -z "$IGNORE_VOLUMES" ]; then
compare "services.$1.volumes" compare "services.$1.volumes"
fi fi
if [ ! -z "$IGNORE_PORTS" ]; then if [ -z "$IGNORE_PORTS" ]; then
compare "services.$1.ports" compare "services.$1.ports"
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment