Skip to content

Commit

Permalink
Update build_deploy_qa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigo17 authored Oct 24, 2023
1 parent 14df58f commit 49b2573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: maven
- name: Build with Maven
run: |
mvn --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn clean deploy -Pdelivery-deploy --file pom.xml
mvn --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn clean install --file pom.xml
- name: Push file to core VM
env:
source-jar: 'target/*.jar'
Expand Down

0 comments on commit 49b2573

Please sign in to comment.