diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-02-23 20:17:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-23 20:17:38 +0000 |
commit | 4a7bda71a2cbc6dc18c26149c2666cd6b9dc0df1 (patch) | |
tree | e3ec43d24738de89677e957f895c5c9174363c0c /jjb/global-templates-python.yaml | |
parent | 3d44f87853fef83844ce7b962c1c964a89bfc533 (diff) | |
parent | 70135c17454df244e0b7c71983061efe12c6f45b (diff) |
Merge "spelled testsuite wrong"
Diffstat (limited to 'jjb/global-templates-python.yaml')
-rw-r--r-- | jjb/global-templates-python.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml index d7eeaf21b..a972baaee 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 openecomp/testuite . + docker -D build -t openecomp/testsuite . 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 + docker tag openecomp/testsuite:latest $DOCKER_REPOSITORY/openecomp/testsuite:latest + docker push $DOCKER_REPOSITORY/openecomp/testsuite:latest
\ No newline at end of file |