Skip to content
Snippets Groups Projects
Commit fe508030 authored by OZG-Cloud Team's avatar OZG-Cloud Team
Browse files

OZG-5778 readd install phase for image building

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