summaryrefslogtreecommitdiffstats
path: root/cps-parent
diff options
context:
space:
mode:
authorClaudio David Gasparini <claudio.gasparini@pantheon.tech>2020-11-10 15:11:42 +0100
committerClaudio David Gasparini <claudio.gasparini@pantheon.tech>2020-11-10 15:11:42 +0100
commitb1f19061737a710251f8834e1f65106d1287637d (patch)
tree57b6dcba5c47967e7cf91cd4b6ea7980d8d5ab75 /cps-parent
parent900ba02f458b3b7adc593f57d1e7447ce6cce142 (diff)
Dockerize the service
- enable push of docker image to repository Issue-ID: CPS-22 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I8d10334f1d4e9528a8ec09a81692639efc3b02f9
Diffstat (limited to 'cps-parent')
-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>