updating the python docker build 97/1297/2
authorDR695H <dr695h@att.com>
Thu, 23 Feb 2017 14:38:37 +0000 (09:38 -0500)
committerDR695H <dr695h@att.com>
Thu, 23 Feb 2017 15:14:23 +0000 (10:14 -0500)
updating the python docker build  to just run the docker build straight
without another script

Change-Id: I1f720153186310f23e5f303f502f778d8e4db19f
Signed-off-by: DR695H <dr695h@att.com>
jjb/global-templates-python.yaml

index a5c3b90..e001f51 100644 (file)
 
       - docker-login
 
-      - shell: !include-raw: include-docker-push.sh
+      - shell: |
+          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 push $DOCKER_REPOSITORY/openecomp/testuite:latest
\ No newline at end of file