diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-02-23 17:20:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-23 17:20:43 +0000 |
commit | b23ba04d4fad6eae787a4a22798b7e69806f8045 (patch) | |
tree | 5f8d54860d12fbad2b8f940615415ec976af3bab /jjb | |
parent | 07170cfc59227448cb02915f338412ea6470e14b (diff) | |
parent | 6ecdf983c8e71f931871bd5c8f26a78514738f4c (diff) |
Merge "renaming the file we build to have the slash"
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 81a54aa8b..d7eeaf21b 100644 --- a/jjb/global-templates-python.yaml +++ b/jjb/global-templates-python.yaml @@ -108,7 +108,7 @@ - shell: | cp $WORKSPACE/docker/* . - docker -D build -t testsuite . + docker -D build -t openecomp/testuite . export DOCKER_REPOSITORY="nexus3.openecomp.org:10003" docker tag openecomp/testuite:latest $DOCKER_REPOSITORY/openecomp/testuite:latest docker push $DOCKER_REPOSITORY/openecomp/testuite:latest
\ No newline at end of file |