diff options
Diffstat (limited to 'cucumber-js-test-apis-ci')
-rw-r--r-- | cucumber-js-test-apis-ci/pom.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/cucumber-js-test-apis-ci/pom.xml b/cucumber-js-test-apis-ci/pom.xml index b434408c1a..fb6a62d96d 100644 --- a/cucumber-js-test-apis-ci/pom.xml +++ b/cucumber-js-test-apis-ci/pom.xml @@ -260,9 +260,7 @@ </goals> <configuration> <removeAll>true</removeAll> - <images> - <image>onap/cucumber-sdc-api-tests</image> - </images> + <image>onap/cucumber-sdc-api-tests</image> </configuration> </execution> <execution> @@ -279,9 +277,7 @@ <goal>push</goal> </goals> <configuration> - <images> - <image>onap/cucumber-sdc-api-tests</image> - </images> + <image>onap/cucumber-sdc-api-tests</image> </configuration> </execution> </executions> |