Pull the Postgres image in parallel with the other images during CI

This commit is contained in:
mprahl
2020-03-06 10:59:25 -05:00
parent 9bd1e201ca
commit 7547680731

View File

@@ -68,6 +68,11 @@ node('factory2'){
stage('Pull quay.io/factory2/mbs-test-fedora') {
onmyduffynode 'docker pull quay.io/factory2/mbs-test-fedora'
}
},
postgres: {
stage('Pull docker.io/postgres:9.5.17') {
onmyduffynode 'docker pull docker.io/postgres:9.5.17'
}
}
}