Skip to content

Commit

Permalink
Removing the non needed BP env var as UBI builder + java buildpacks w…
Browse files Browse the repository at this point in the history
…ill take care of that for quarkus

Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Apr 12, 2024
1 parent 73155a8 commit a8cfe96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tekton.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ jobs:
- name: cnbBuildEnvVars
value:
- "BP_NATIVE_IMAGE=false"
- "BP_MAVEN_BUILT_ARTIFACT=target/quarkus-app/lib/ target/quarkus-app/*.jar target/quarkus-app/app/ target/quarkus-app/quarkus/"
- "BP_MAVEN_BUILD_ARGUMENTS=package -DskipTests=true -Dmaven.javadoc.skip=true -Dquarkus.package.type=fast-jar"
workspaces:
- name: source-ws
subPath: source
Expand Down Expand Up @@ -120,10 +118,12 @@ jobs:
# Test application
.github/testGreetingApplication.sh $CONTAINER_NAME localhost:5000/$CONTAINER_NAME:1.0
- name: Log the execution of the pipelinerun
if: success()
run: |
tkn pipelinerun describe
- name: (Only if it failed) Print Pipeline Task logs
if: failure()
run: |
Expand Down

0 comments on commit a8cfe96

Please sign in to comment.