diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-02-23 16:47:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-23 16:47:31 +0000 |
commit | 07170cfc59227448cb02915f338412ea6470e14b (patch) | |
tree | 1a52434ea58b1f6b317031822738457374c1e02e /jjb | |
parent | 23d14d7d32ec9b4d8232aed2150d75100da8c4f0 (diff) | |
parent | 6551e573e0c0adc2d3c034a6f588c8f9d72549a1 (diff) |
Merge "adjusting the template to use the correct tag name"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/global-templates-python.yaml | 2 |
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 |