diff options
author | vasraz <vasyl.razinkov@est.tech> | 2019-12-05 13:53:51 +0000 |
---|---|---|
committer | vasraz <vasyl.razinkov@est.tech> | 2019-12-05 14:58:25 +0000 |
commit | bbe2a934c76de7c0153854981de9a76258ca5564 (patch) | |
tree | 6e65bf9114ed8afb5149ed02bab59770cda04a86 /test-apis-ci/pom.xml | |
parent | 1cbcf8ee77b394cd0f4e896197e24f09acef5861 (diff) |
Fix failed merge job
Change-Id: I0b4a77bacffc65976fdcc4eeb01cef6edbc9deee
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-2687
Diffstat (limited to 'test-apis-ci/pom.xml')
-rw-r--r-- | test-apis-ci/pom.xml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index fa79ff2be0..807b59d63b 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -600,7 +600,9 @@ <dockerFileDir>${project.basedir}/sdc-api-tests</dockerFileDir> <tags> <tag>${docker.tag}</tag> - <tag>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest</tag> + <tag> + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest + </tag> </tags> </build> </image> @@ -615,9 +617,7 @@ </goals> <configuration> <removeAll>true</removeAll> - <images> - <image>onap/sdc-api-tests</image> - </images> + <image>onap/sdc-api-tests</image> </configuration> </execution> @@ -636,9 +636,7 @@ <goal>push</goal> </goals> <configuration> - <images> - <image>onap/sdc-api-tests</image> - </images> + <image>onap/sdc-api-tests</image> </configuration> </execution> </executions> |