Skip to content

Commit

Permalink
[DSD-6020]
Browse files Browse the repository at this point in the history
Updated signing phase of the application to package, since it's a BOM module and there are no testcases to run here.

Signed-off-by: Hitesh Jain <[email protected]>
  • Loading branch information
jainhitesh9998 committed Aug 20, 2024
1 parent a4446c0 commit eeaa158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/kernel-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>sign</goal>
</goals>
Expand Down

0 comments on commit eeaa158

Please sign in to comment.