Skip to content

Commit

Permalink
Set podman disabled true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarranzan authored and michalvavrik committed Oct 18, 2024
1 parent 03077a9 commit fe13f9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/podman/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<name>Quarkus QE TS: Podman-build</name>
<properties>
<quarkus.container-image.build>true</quarkus.container-image.build>
<podman-disabled>true</podman-disabled>
<quarkus.build.skip>${podman-disabled}</quarkus.build.skip>
</properties>
<dependencies>
Expand Down

0 comments on commit fe13f9c

Please sign in to comment.