Skip to content

Commit

Permalink
Use undertow profile
Browse files Browse the repository at this point in the history
  • Loading branch information
jimma committed Jul 4, 2024
1 parent 283a85f commit c575035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ commands:
steps:
- run:
name: "Maven build for Docker"
command: ./mvnw clean package -Dfailsafe.groups=org.arquillian.cube.docker.impl.requirement.RequiresDocker -Dtest=DaytimeTest -Dsurefire.failIfNoSpecifiedTests=false
command: ./mvnw clean package -Dfailsafe.groups=org.arquillian.cube.docker.impl.requirement.RequiresDocker -Dtest=DaytimeTest -Dsurefire.failIfNoSpecifiedTests=false -Pundertow
- when:
condition:
equal: [ kubernetes, << parameters.category >> ]
Expand Down

0 comments on commit c575035

Please sign in to comment.