File tree Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 6565 </configuration >
6666 <executions >
6767 <execution >
68- <phase >deploy</phase >
6968 <goals >
69+ <goal >lint</goal >
7070 <goal >push</goal >
7171 </goals >
7272 </execution >
Original file line number Diff line number Diff line change 1818
1919 <modules >
2020 <module >docker-image</module >
21+ <module >helm-chart</module >
2122 </modules >
22-
23- <profiles >
24- <profile >
25- <id >release</id >
26- <activation >
27- <property >
28- <name >release</name >
29- <value >true</value >
30- </property >
31- </activation >
32-
33- <modules >
34- <module >helm-chart</module >
35- </modules >
36- </profile >
37- </profiles >
3823</project >
Original file line number Diff line number Diff line change 611611 <docker .skip.push>true</docker .skip.push>
612612 <docker .skip.tag>true</docker .skip.tag>
613613 <docker .latest.tag></docker .latest.tag>
614+ <helm .push.skip>true</helm .push.skip>
615+ <helm .package.skip>true</helm .package.skip>
614616 </properties >
615617
616618 <build >
You can’t perform that action at this time.
0 commit comments