adjusting the template to use the correct tag name 15/1315/1
authorDR695H <dr695h@att.com>
Thu, 23 Feb 2017 16:37:55 +0000 (11:37 -0500)
committerDR695H <dr695h@att.com>
Thu, 23 Feb 2017 16:38:04 +0000 (11:38 -0500)
adjusting the template to use the correct tag name, since ete was an
internal tag name

Change-Id: Ib091bff2cdd6a81815f9759b950076e40d6997b7
Signed-off-by: DR695H <dr695h@att.com>
jjb/global-templates-python.yaml

index e001f51..81a54aa 100644 (file)
           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