summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-python.yaml
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2017-02-23 15:03:02 -0500
committerDR695H <dr695h@att.com>2017-02-23 15:03:10 -0500
commit70135c17454df244e0b7c71983061efe12c6f45b (patch)
treee9e4bc0c2812da2daa78d5d607dc9cf3bfad2033 /jjb/global-templates-python.yaml
parent6ecdf983c8e71f931871bd5c8f26a78514738f4c (diff)
spelled testsuite wrong
spelled testsuite wrong in the docker tags and image names Change-Id: Ie9f9cccbb87b485e2d350571b2535ff56ceb6386 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'jjb/global-templates-python.yaml')
-rw-r--r--jjb/global-templates-python.yaml6
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