Skip to content

Commit c42576c

Browse files
authored
Lint helm chart on local builds and PR builds (#1132)
1 parent 367a724 commit c42576c

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

cloud/helm-chart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
</configuration>
6666
<executions>
6767
<execution>
68-
<phase>deploy</phase>
6968
<goals>
69+
<goal>lint</goal>
7070
<goal>push</goal>
7171
</goals>
7272
</execution>

cloud/pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,6 @@
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>

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,8 @@
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>

0 commit comments

Comments
 (0)