Skip to content

Commit

Permalink
increase max retries for pom.xml check
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Dec 17, 2024
1 parent 0930a25 commit 6c8d705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jitpack-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
TAG=${{ steps.get_tag.outputs.tag }}
JITPACK_POM_URL="https://jitpack.io/com/github/cbioportal/cbioportal-frontend/$TAG/cbioportal-frontend-$TAG.pom"
MAX_RETRIES=10
MAX_RETRIES=60
RETRY_DELAY=30
COUNTER=0
Expand Down

0 comments on commit 6c8d705

Please sign in to comment.