diff --git a/Jenkinsfile b/Jenkinsfile index 32204a19..31a3f1b1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,18 +40,4 @@ elifePipeline { }, 'elife-libraries--ci' ) - - elifeMainlineOnly { - stage 'Deploy on demo', { - checkout scm - elifeGitMoveToBranch commit, 'master' - elifeOnNode( - { - image.tag('latest').push() - }, - 'elife-libraries--ci' - ) - builderDeployRevision 'api-dummy--demo', commit - } - } }