mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
Pull the Postgres image in parallel with the other images during CI
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user