Skip to content

Commit

Permalink
[build] disable kubeconfig for placeholder extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed May 13, 2024
1 parent 8904e02 commit 1f79c8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: Github CI
on: [push, pull_request]

env:
MAVEN_OPTS: -Dmaven.repo.local=/home/runner/work/fusion-examples/fusion-examples/.m2 -Dmaven.artifact.threads=256 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
MAVEN_OPTS: -Dmaven.repo.local=/home/runner/work/fusion-examples/fusion-examples/.m2 -Dm2.location=/home/runner/work/fusion-examples/fusion-examples/.m2 -Dmaven.artifact.threads=256 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn

jobs:
build:
Expand All @@ -40,7 +40,7 @@ jobs:
distribution: 'zulu'
java-version: '21'
- name: Build
run: mvn install -Dm2.location=/home/runner/work/fusion-examples/fusion-examples/.m2 -e
run: mvn install -e
- name: Remove Snapshots Before Caching
run: find /home/runner/work/fusion/fusion/.m2 -name '*SNAPSHOT' | xargs rm -Rf
security_audit:
Expand Down
1 change: 1 addition & 0 deletions app-deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
<goal>placeholder-extract</goal>
</goals>
<configuration>
<kubeconfig>explicit</kubeconfig>
<skip>${bundlebee.placeholder-extract.skip}</skip>
<descriptions>${project.basedir}/bundlebee/descriptions.properties</descriptions>
<outputType>FILE</outputType>
Expand Down

0 comments on commit 1f79c8b

Please sign in to comment.