From 6551e573e0c0adc2d3c034a6f588c8f9d72549a1 Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 23 Feb 2017 11:37:55 -0500 Subject: [PATCH] adjusting the template to use the correct tag name adjusting the template to use the correct tag name, since ete was an internal tag name Change-Id: Ib091bff2cdd6a81815f9759b950076e40d6997b7 Signed-off-by: DR695H --- jjb/global-templates-python.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml index e001f51a0..81a54aa8b 100644 --- a/jjb/global-templates-python.yaml +++ b/jjb/global-templates-python.yaml @@ -110,5 +110,5 @@ cp $WORKSPACE/docker/* . docker -D build -t testsuite . export DOCKER_REPOSITORY="nexus3.openecomp.org:10003" - docker tag openecompete:latest $DOCKER_REPOSITORY/openecomp/testuite:latest + docker tag openecomp/testuite:latest $DOCKER_REPOSITORY/openecomp/testuite:latest docker push $DOCKER_REPOSITORY/openecomp/testuite:latest \ No newline at end of file -- 2.16.6