Skip to content

Commit e1b2405

Browse files
committed
don't execute jib during normal build
1 parent 98f082a commit e1b2405

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

samples/tomcat/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@
5959
<image>eu.gcr.io/adamsandor-test/tomcat-operator</image>
6060
</to>
6161
</configuration>
62-
<executions>
63-
<execution>
64-
<phase>package</phase>
65-
<goals>
66-
<goal>build</goal>
67-
</goals>
68-
</execution>
69-
</executions>
7062
</plugin>
7163
<plugin>
7264
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)