mirror of https://github.com/google/oss-fuzz.git
[infra] remove extra stages
This commit is contained in:
parent
4e0110dc18
commit
fd3716e1bb
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue