summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2020-11-11 08:41:49 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-11 08:41:49 +0000
commitf6e70e35de2055fad96b42af09c537e57b77bfd9 (patch)
tree127eb86ebd0948790bd6d7ff555d9769c0c246c7
parenta09b34c4db9c0d9a76a22ffa95232cac6d65333a (diff)
parentb1f19061737a710251f8834e1f65106d1287637d (diff)
Merge "Dockerize the service"
-rw-r--r--cps-parent/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml
index ea9c98af6..643d2cc63 100644
--- a/cps-parent/pom.xml
+++ b/cps-parent/pom.xml
@@ -205,14 +205,13 @@
<goal>dockerBuild</goal>
</goals>
</execution>
- <!-- FIXME Enable this once migrated to onap,
<execution>
<phase>deploy</phase>
<id>buildAndPush</id>
<goals>
<goal>build</goal>
</goals>
- </execution>-->
+ </execution>
</executions>
</plugin>
</plugins>