#1597 Pull the Postgres image in parallel with the other images during CI
Merged 4 years ago by mprahl. Opened 4 years ago by mprahl.

file modified
+5
@@ -68,6 +68,11 @@ 

                  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'

+                 }

              }

          }

  

no initial comment

I worry than I'm not that able to judge the commit's functional side .. Other than the possible missing quote, looks good to me.

rebased onto b388d965874821f7bcdcba9fad146c516ae7214a

4 years ago

rebased onto 7547680

4 years ago

Missing quote?

Thanks for catching that. I just fixed it.

Pull-Request has been merged by mprahl

4 years ago