diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2020-11-11 08:41:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-11 08:41:49 +0000 |
commit | f6e70e35de2055fad96b42af09c537e57b77bfd9 (patch) | |
tree | 127eb86ebd0948790bd6d7ff555d9769c0c246c7 | |
parent | a09b34c4db9c0d9a76a22ffa95232cac6d65333a (diff) | |
parent | b1f19061737a710251f8834e1f65106d1287637d (diff) |
Merge "Dockerize the service"
-rw-r--r-- | cps-parent/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index ea9c98af66..643d2cc63f 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> |