Remove the mariadb pull if no test 25/14625/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 22 Sep 2017 13:45:26 +0000 (15:45 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 22 Sep 2017 14:04:11 +0000 (16:04 +0200)
The build was pulling mariadb even when the flag skipITs was set

Change-Id: I447af0de537bd55666ce93958451b160c72c6234
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 1f61700..8d0b053 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                        </run>
                                                </image>
                                        </images>
+                                       <skip>${skipITs}</skip>
                                </configuration>
 
                                <executions>