Skip to content

Commit

Permalink
cicd: MAnual deploy maven #TASK-6460
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Jul 4, 2024
1 parent 9804584 commit 01d7736
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/manual-deploy-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,7 @@ jobs:
fetch-depth: '10'
ref: "${{ inputs.branch }}"

build:
uses: ./.github/workflows/build-java-app-workflow.yml
needs: checkout

test:
uses: ./.github/workflows/test-analysis.yml
needs: build
secrets: inherit

deploy-maven:
uses: ./.github/workflows/deploy-maven-repository-workflow.yml
needs: test
needs: checkout
secrets: inherit

0 comments on commit 01d7736

Please sign in to comment.