DBZ-578 Build failing on Jenkins CI

This commit is contained in:
Jiri Pechanec 2018-06-13 14:02:06 +02:00 committed by Gunnar Morling
parent a9d3d0c95d
commit eadf65cd27
2 changed files with 12 additions and 4 deletions

View File

@ -145,7 +145,9 @@
</run>
<build>
<from>mysql/mysql-server:${version.mysql.server}</from>
<runCmds>${docker.initimage}</runCmds>
<runCmds>
<run>${docker.initimage}</run>
</runCmds>
<assembly>
<inline>
<fileSets>
@ -193,7 +195,9 @@
</run>
<build>
<from>mysql/mysql-server:${version.mysql.server}</from>
<runCmds>${docker.initimage}</runCmds>
<runCmds>
<run>${docker.initimage}</run>
</runCmds>
<assembly>
<inline>
<fileSets>
@ -245,7 +249,9 @@
</run>
<build>
<from>mysql/mysql-server:${version.mysql.server}</from>
<runCmds>${docker.initimage}</runCmds>
<runCmds>
<run>${docker.initimage}</run>
</runCmds>
<assembly>
<inline>
<fileSets>

View File

@ -156,7 +156,9 @@
</run>
<build>
<from>${postgres.image}</from>
<runCmds>${docker.initimage}</runCmds>
<runCmds>
<run>${docker.initimage}</run>
</runCmds>
</build>
</image>
</images>