File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,9 +114,9 @@ func testImpl(impl string) (err error) {
114114 // For them we skip the Docker stuff but still execute the tests, which can skip on connection error and we can see the skips in the test results.
115115 if dockerImage != "" {
116116 // Pull Docker image
117- fmt .Printf ("Pulling Docker image %s:latest ..." , dockerImage )
117+ fmt .Printf ("Pulling Docker image %s..." , dockerImage )
118118 var out string
119- out , err = script .Exec ("docker pull " + dockerImage + ":latest" ).String ()
119+ out , err = script .Exec ("docker pull " + dockerImage ).String ()
120120 if err != nil {
121121 // Depending on the error, printing the output could be interesting, as it could be more info than what's in err.
122122 fmt .Println (out )
You can’t perform that action at this time.
0 commit comments