diff options
author | ilanap <ilanap@amdocs.com> | 2019-01-03 14:36:38 +0200 |
---|---|---|
committer | ilanap <ilanap@amdocs.com> | 2019-01-06 09:33:50 +0200 |
commit | 31742c9edf7a847df2f737270c3d2865209de967 (patch) | |
tree | b08df13529397fca10d4915a5eac8fcd815f6efc /cucumber-js-test-apis-ci/pom.xml | |
parent | 866418030975f2ee09a27d144de4e880218e84e8 (diff) |
fix for pom and script
Change-Id: I02791a53457721a7ab0fe70b8b903f62cce96eb0
Issue-ID: SDC-2028
Signed-off-by: ilanap <ilanap@amdocs.com>
Diffstat (limited to 'cucumber-js-test-apis-ci/pom.xml')
-rw-r--r-- | cucumber-js-test-apis-ci/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cucumber-js-test-apis-ci/pom.xml b/cucumber-js-test-apis-ci/pom.xml index d3dda714e7..0d2f134828 100644 --- a/cucumber-js-test-apis-ci/pom.xml +++ b/cucumber-js-test-apis-ci/pom.xml @@ -106,7 +106,7 @@ <images> <!-- Build sanity image --> <image> - <name>nfv/cucumber-sdc-api-tests</name> + <name>onap/cucumber-sdc-api-tests</name> <alias>cucumber-sdc-api-tests</alias> <build> <cleanup>try</cleanup> @@ -128,7 +128,7 @@ </goals> <configuration> <removeAll>true</removeAll> - <image>nfv/cucumber-sdc-api-tests</image> + <image>onap/cucumber-sdc-api-tests</image> </configuration> </execution> <execution> @@ -145,7 +145,7 @@ <goal>push</goal> </goals> <configuration> - <image>nfv/cucumber-sdc-api-tests</image> + <image>onap/cucumber-sdc-api-tests</image> </configuration> </execution> </executions> |