From: DR695H Date: Thu, 23 Feb 2017 16:37:55 +0000 (-0500) Subject: adjusting the template to use the correct tag name X-Git-Tag: 1.0.0-Amsterdam~626^2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6551e573e0c0adc2d3c034a6f588c8f9d72549a1;p=ci-management.git 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 --- 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