Skip to content

Commit

Permalink
Lint helm chart on local builds and PR builds (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfallows authored Jul 3, 2024
1 parent 367a724 commit c42576c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion cloud/helm-chart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
</configuration>
<executions>
<execution>
<phase>deploy</phase>
<goals>
<goal>lint</goal>
<goal>push</goal>
</goals>
</execution>
Expand Down
17 changes: 1 addition & 16 deletions cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,6 @@

<modules>
<module>docker-image</module>
<module>helm-chart</module>
</modules>

<profiles>
<profile>
<id>release</id>
<activation>
<property>
<name>release</name>
<value>true</value>
</property>
</activation>

<modules>
<module>helm-chart</module>
</modules>
</profile>
</profiles>
</project>
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,8 @@
<docker.skip.push>true</docker.skip.push>
<docker.skip.tag>true</docker.skip.tag>
<docker.latest.tag></docker.latest.tag>
<helm.push.skip>true</helm.push.skip>
<helm.package.skip>true</helm.package.skip>
</properties>

<build>
Expand Down

0 comments on commit c42576c

Please sign in to comment.