Skip to content

Commit

Permalink
remove deploy api-dummy demo from build pipeline elifesciences/issues…
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-tm-amin authored Nov 5, 2024
1 parent 1344937 commit dc9cb34
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}

0 comments on commit dc9cb34

Please sign in to comment.