Skip to content

Commit

Permalink
cicd: uncomment code commented for fix failed release #TASK-6185
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed May 21, 2024
1 parent 463b5bf commit d326fa5
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@ jobs:
secrets: inherit

# Add the deploy-maven and deploy-python jobs they depend on the build-hdp job
# deploy-maven:
# uses: opencb/java-common-libs/.github/workflows/deploy-maven-repository-workflow.yml@develop
# needs: build-hdp
# with:
# maven_opts: -P hdp3.1 -Dopencga.war.name=opencga
# secrets: inherit
#
# deploy-python:
# uses: opencb/java-common-libs/.github/workflows/deploy-python-workflow.yml@develop
# needs: build-hdp
# with:
# cli: ./clients/python/python-build.sh push
# artifact: build-folder
# secrets: inherit
deploy-maven:
uses: opencb/java-common-libs/.github/workflows/deploy-maven-repository-workflow.yml@develop
needs: build-hdp
with:
maven_opts: -P hdp3.1 -Dopencga.war.name=opencga
secrets: inherit

deploy-python:
uses: opencb/java-common-libs/.github/workflows/deploy-python-workflow.yml@develop
needs: build-hdp
with:
cli: ./clients/python/python-build.sh push
artifact: build-folder
secrets: inherit

# Add the release job that depends on all the previous jobs
release:
uses: opencb/java-common-libs/.github/workflows/release-github-workflow.yml@develop
needs: [ build-hdp, deploy-docker-hdp]
needs: [ build-hdp, deploy-docker-hdp, deploy-maven, deploy-python]
with:
artifact: build-folder
file: |
Expand Down

0 comments on commit d326fa5

Please sign in to comment.