Skip to content

Commit

Permalink
[build] for thread count to avoid issues on GH runner for placeholder…
Browse files Browse the repository at this point in the history
… extraction
  • Loading branch information
rmannibucau committed May 13, 2024
1 parent a4ab67c commit 9195b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app-deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
</goals>
<configuration>
<kubeconfig>explicit</kubeconfig>
<httpclientThreads>1</httpclientThreads>
<skip>${bundlebee.placeholder-extract.skip}</skip>
<descriptions>${project.basedir}/bundlebee/descriptions.properties</descriptions>
<outputType>FILE</outputType>
Expand Down

0 comments on commit 9195b96

Please sign in to comment.