[infra] remove extra stages

This commit is contained in:
Mike Aizatsky 2017-03-03 16:06:19 -08:00 committed by GitHub
parent 4e0110dc18
commit fd3716e1bb
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ node {
docker.withRegistry('', 'docker-login') {
for (int i = 0; i < images.size(); i++) {
def image = images[i]
stage name: "$image"
docker.image(image).push()
}
}