[DEV-134] Removed pushing the built docker to a remove repository. That's unnecessary at this stage.

This commit is contained in:
Stas Boutenko
2018-10-21 18:03:05 +03:00
parent bee911edc8
commit beea648659

6
Jenkinsfile vendored
View File

@@ -7,10 +7,4 @@ node {
stage 'Build'
sh "./deploy.sh build"
stage 'Push Docker'
sh "./deploy.sh push"
stage 'Integration Test'
echo 'Starting integration test...'
}