diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-12 15:31:10 -0400 |
---|---|---|
committer | Dan Timoney <dt5972@att.com> | 2018-09-13 15:04:11 +0000 |
commit | 74896075be266b6f974eb9e1042ca7c6b5ed70db (patch) | |
tree | 8736651c26934100e3dade17d26ee03ab0c157e3 /ms/controllerblueprints/application/pom.xml | |
parent | 5eebfaa6ac0d4cb4fdf20d19ead7cd0303fc6f29 (diff) |
Control docker build with profile
Docker build should only be run if docker profile is enabled.
Change-Id: I6942c3e59b769053fd47d04fe98f3e4b95ea33dd
Issue-ID: CCSDK-558
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'ms/controllerblueprints/application/pom.xml')
-rw-r--r-- | ms/controllerblueprints/application/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ms/controllerblueprints/application/pom.xml b/ms/controllerblueprints/application/pom.xml index 38f81c16..24f4debe 100644 --- a/ms/controllerblueprints/application/pom.xml +++ b/ms/controllerblueprints/application/pom.xml @@ -198,5 +198,7 @@ </plugin>
</plugins>
</build>
+
+
</project>
|