Skip to content
Snippets Groups Projects
Commit ccb1a87c authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5778 readd install phase for image building

parent b3b0af5e
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@
<executions>
<execution>
<id>build-image</id>
<phase>install</phase>
<goals>
<goal>build-image-no-fork</goal>
</goals>
......
......@@ -121,6 +121,7 @@
<executions>
<execution>
<id>build-image</id>
<phase>install</phase>
<goals>
<goal>build-image-no-fork</goal>
</goals>
......
......@@ -196,6 +196,7 @@
<executions>
<execution>
<id>build-image</id>
<phase>install</phase>
<goals>
<goal>build-image-no-fork</goal>
</goals>
......
......@@ -242,6 +242,7 @@
<executions>
<execution>
<id>build-image</id>
<phase>install</phase>
<goals>
<goal>build-image-no-fork</goal>
</goals>
......
......@@ -180,6 +180,7 @@
<executions>
<execution>
<id>build-image</id>
<phase>install</phase>
<goals>
<goal>build-image-no-fork</goal>
</goals>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment