diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-04-04 12:27:38 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-04-04 19:43:51 +0000 |
commit | 6dc53ad48a7fc0622ec141d30bc29ab5b0d2342a (patch) | |
tree | fb15231b49bd07d794afb6c309a1713dbaf55810 /jjb/testsuite | |
parent | 7a95f14a3c5260f6a4124d47e639c4c54b31d209 (diff) |
Rename robot docker from openecomp to onap
Also remove an unused job template that was only used
by the testsuite repo.
Change-Id: Ie024864a2c5f0710f3d9bf2adaf3c356075d2c67
Issue-ID: INT-459
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'jjb/testsuite')
-rw-r--r-- | jjb/testsuite/testsuite-docker.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/testsuite/testsuite-docker.sh b/jjb/testsuite/testsuite-docker.sh index 33eea4f81..d29d43c97 100644 --- a/jjb/testsuite/testsuite-docker.sh +++ b/jjb/testsuite/testsuite-docker.sh @@ -2,10 +2,10 @@ # echo '============== CALLING SCRIPT TO CREATE DOCKER IMAGES =================' cp $WORKSPACE/docker/* . -docker -D build -t openecomp/testsuite . +docker -D build -t onap/testsuite . export REPO="nexus3.onap.org:10003" for tag in $tags do - docker tag openecomp/testsuite:latest $REPO/openecomp/testsuite:$tag - docker push $REPO/openecomp/testsuite:$tag + docker tag onap/testsuite:latest $REPO/onap/testsuite:$tag + docker push $REPO/onap/testsuite:$tag done |