From beea6486593cbbd4d6823777c325764fcee0e73b Mon Sep 17 00:00:00 2001 From: Stas Boutenko Date: Sun, 21 Oct 2018 18:03:05 +0300 Subject: [PATCH] [DEV-134] Removed pushing the built docker to a remove repository. That's unnecessary at this stage. --- Jenkinsfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f19ff2a96..fb5b8b454 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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...' }