aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpwielebs <piotr.wielebski@nokia.com>2018-11-09 10:12:00 +0100
committerpwielebs <piotr.wielebski@nokia.com>2018-11-09 11:01:48 +0100
commit7c38d978de07685045004cc20a0e02484e423df3 (patch)
tree3037d963dca257899afa2ca809bb98013f007f40
parent39300ffd1dde766624036b361e444e5ef30371ce (diff)
Fix for pom in AppServercasablanca
Section "tag-and-push-image-latest" deleted. Change-Id: Ieb916e50e320b4f868550d0e32d5d68bb5f0ab8e Issue-ID: DCAEGEN2-966 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
-rw-r--r--prh-app-server/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml
index 6584b5f9..5613971f 100644
--- a/prh-app-server/pom.xml
+++ b/prh-app-server/pom.xml
@@ -86,18 +86,6 @@
</goals>
</execution>
<execution>
- <id>tag-and-push-image-latest</id>
- <phase>deploy</phase>
- <goals>
- <goal>tag</goal>
- </goals>
- <configuration>
- <image>${docker.image.name}:latest</image>
- <newName>${onap.nexus.dockerregistry.daily}/${docker.image.name}:latest</newName>
- <pushImage>true</pushImage>
- </configuration>
- </execution>
- <execution>
<id>tag-and-push-image-with-version</id>
<phase>deploy</phase>
<goals>