Code Review
/
dcaegen2
/
services
/
prh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
cc8c260
)
Disable an image tag
39/117539/1
guilin
7.0.0-ONAP
author
Pawel
<pawel.kasperkiewicz@nokia.com>
Fri, 5 Feb 2021 09:17:07 +0000
(10:17 +0100)
committer
Pawel
<pawel.kasperkiewicz@nokia.com>
Fri, 5 Feb 2021 09:17:07 +0000
(10:17 +0100)
- turn off 'latest' image tag in the 'guilin' branch
Issue-ID: DCAEGEN2-2537
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: Ib277c993c1acb4deab64b04a6f0622eba9817a4d
prh-app-server/pom.xml
patch
|
blob
|
history
diff --git
a/prh-app-server/pom.xml
b/prh-app-server/pom.xml
index
630a008
..
197ddd4
100644
(file)
--- a/
prh-app-server/pom.xml
+++ b/
prh-app-server/pom.xml
@@
-189,7
+189,6
@@
<contextDir>${project.basedir}</contextDir>
<cleanup>none</cleanup>
<tags>
- <tag>latest</tag>
<tag>${project.version}</tag>
<tag>${project.version}-${maven.build.timestamp}Z</tag>
</tags>