summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2017-02-23 11:37:55 -0500
committerDR695H <dr695h@att.com>2017-02-23 11:38:04 -0500
commit6551e573e0c0adc2d3c034a6f588c8f9d72549a1 (patch)
tree76446206b106e4872e978a33f9506040ddd052be
parentad387ff1c81c07f5f95e42a8accfdc49e075d721 (diff)
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 <dr695h@att.com>
-rw-r--r--jjb/global-templates-python.yaml2
1 files changed, 1 insertions, 1 deletions
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